Not working installation
danielplaskur opened this issue · 0 comments
danielplaskur commented
After running ./install.sh i get this error:
root@kali:/home/kali/tools/BeeLogger# ./install.sh
Hit:1 https://download.docker.com/linux/debian buster InRelease
Hit:2 http://ftp.jaist.ac.jp/pub/Linux/kali kali-rolling InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine32:i386 is already the newest version (5.0-4).
0 upgraded, 0 newly installed, 0 to remove and 176 not upgraded.
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
Ignoring indexes: https://pypi.python.org/simple
Requirement already up-to-date: setuptools in c:\python27\lib\site-packages
Requirement already up-to-date: pip in c:\python27\lib\site-packages
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/82/96/21ba3619647bac2b34b4996b2dbbea8e74a703767ce24192899d9153c058/pyinstaller-4.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\root\temp\pip-build-zvwsqq\pyinstaller\setup.py", line 63
file=sys.stderr)
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\root\temp\pip-build-zvwsqq\pyinstaller\
You are using pip version 8.1.1, however version 20.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
I am installing Beelogger on latest kali version,
$ uname -a
Linux kali 5.7.0-kali3-amd64 #1 SMP Debian 5.7.17-1kali1 (2020-08-26) x86_64 GNU/Linux
$ wine --version
wine-5.0 (Debian 5.0-4)
Thank you for any advice.