-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Cannot access archive 'libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb' #1321
Comments
Same on my system. Kali Rolling freshly installed. |
pip install -r requirements.txt DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. Command "/usr/bin/python /usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpM5NPSf" failed with error code 1 in /tmp/pip-install-j5ZpHJ/pyinstaller |
Pip 19 will not install PyInstaller due to an import issue. Downgrade to pip 18.1 and it should install fine. For the libssl 404, a fix has been merged to the |
Please, the issue is not solved, can you re-open it ?
|
As I said in my previous comment, the install script tries to upgrade pip, so you'll need to comment out or remove those lines. I'd recommend switching to the |
Hi, Then edit /setup/install.sh. Had to run By the way, Afterwards I upgraded pip to 19 without any negative effect ... |
I just switched to the branch dev and the problem is sovled. |
Empire Version
2.3.0
OS Information (Linux flavor, Python version)
Linux Kali 4.19.0-kali1-amd64 #1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
A library (libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb) can't be found.
Some commands in python installer failed like ImportError: No module named PyInstaller.
My problem is simalar to this issue and should be fixed by merge #1268
Screenshot of error, embedded text output, or Pastebin link to the error
This is the output of the
./setup/install.sh
command.Any additional information
The text was updated successfully, but these errors were encountered: