Closed adrianocr closed 5 years ago
Your version of Python is different than mine for some reason. Is it possible you have a Python virtual environment already activated before you run ./algo
? If so, be sure to deactivate
it first.
Something wrong in your environment. Try to clean up everything or just download Algo to a new empty folder and start from scratch.
Note for others: this happened to me because I had both python versions installed via homebrew on macOS, and while it was running under the correct python
version, the pip
command was linked to pip3
.
The resolution is, replace python -m pip
with pip2
Describe the bug
Towards the end of the tasks running I get the following failed error:
I tried both with Scaleway and digitalocean.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect it to fully install
Full log