error install Ubuntu 16.04 #1835
Description
- ssh-keygen - ok
- sudo apt-get install git python3 python3-venv - ok
- git clone https://github.com/StreisandEffect/streisand.git && cd streisand - ok
- ./util/venv-dependencies.sh ./venv``
`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}")`
- (venv) root@advertjobsprofit1:~/streisand# source ./venv/bin/activate
- (venv) root@advertjobsprofit1:~/streisand# ./streisand
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