You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 setup.py install --user -r requirements.txt
Traceback (most recent call last):
File "setup.py", line 3, in
from setuptools import setup
ImportError: No module named 'setuptools'
I am able to run mauritso's LiqBot on this same machine.
The text was updated successfully, but these errors were encountered:
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
from setuptools import setup
ImportError: No module named 'setuptools'
I am able to run mauritso's LiqBot on this same machine.
The text was updated successfully, but these errors were encountered: