Closed ln2max closed 5 years ago
pip3 uninstall noma requests && pip3 install noma requests==2.2.0
didn't work. Looks like an issue with the docker-compose install, maybe because I was messing around with docker-compose. Trying everything again on a re-imaged clean clean install.
Here we go, install.sh
even warns:
Installed /usr/local/lib/python3.5/dist-packages/texttable-1.6.2-py3.5.egg
error: requests 2.12.4 is installed but requests<3,>=2.20.0 is required by {'docker-compose'}
Debian's ancient package versions turned out to be the problem. Solution:
sudo apt remove python3-requests
sudo ./install.sh
After installing
noma
on a clean Debian box: