Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'setuptools' #6

Open
Urdawg opened this issue Jun 12, 2016 · 1 comment
Open

ImportError: No module named 'setuptools' #6

Urdawg opened this issue Jun 12, 2016 · 1 comment

Comments

@Urdawg
Copy link

Urdawg commented Jun 12, 2016

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.

@Methodise
Copy link

Methodise commented Jun 13, 2016

setuptools is prerequisite. It's best practice to use venv or virtualenv, which will take care of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants