-
Notifications
You must be signed in to change notification settings - Fork 2k
error install Ubuntu 16.04 #1835
Comments
I've solved this issue by updating Python to 3.9 and all pip versions to 21.
This error happens while no venv directory exists there. OS: Ubuntu 16.04 |
You need to change line 253 of /util/venv-dependencies.sh to |
I did try this before your comment, but the scripts stops on cryptography and says you should upgrade to latest pip. |
Do not upgrade python to 3.9, stay 3.5, but only upgrade the pip to 19.0.1, then comment all the 'pip_install' phases. (should two places, search all the codes.) The codes are nearly too old. |
Updated file to fix issue StreisandEffect#1835
change line 253 of /util/venv-dependencies.sh to our_pip_install --upgrade 'pip < 21.0' StreisandEffect#1835
`root@advertjobsprofit1:~/streisand# ./util/venv-dependencies.sh ./venv
Found a python3 command....
This system appears to be running Ubuntu or Debian. Checking
for critical packages.
Found: build-essential
Found: python3-pip
Found: python3-openssl
Found: python3-dev
Found: python3-setuptools
Found: python3-venv
Found: python-cffi
Found: libffi-dev
Found: libssl-dev
Found: libcurl4-openssl-dev
Found all critical packages.
Collecting pip
Using cached https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 8.1.1
Uninstalling pip-8.1.1:
Successfully uninstalled pip-8.1.1
Successfully installed pip-21.0.1
Traceback (most recent call last):
File "/root/streisand/venv/bin/pip3", line 7, in
from pip._internal.cli.main import main
File "/root/streisand/venv/lib/python3.5/site-packages/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")`
S T R E I S A N D
Streisand requires Ansible and it is not installed.
Please see the README Installation section on Prerequisites
The text was updated successfully, but these errors were encountered: