stakemachine
stakemachine copied to clipboard
ImportError: No module named 'setuptools'
I also get an error when trying to install:
python3 setup.py install --user -r requirements.txt
Traceback (most recent call last):
File "setup.py", line 3, in
I am able to run mauritso's LiqBot on this same machine.
setuptools is prerequisite. It's best practice to use venv or virtualenv, which will take care of that.