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

Cannot build #11

Closed
mjablonski94 opened this issue Jul 26, 2018 · 3 comments
Closed

Cannot build #11

mjablonski94 opened this issue Jul 26, 2018 · 3 comments

Comments

@mjablonski94
Copy link

mjablonski94 commented Jul 26, 2018

$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 20, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools

I use ubuntu with preinstalled python version Python 2.7.15rc1

@mjablonski94 mjablonski94 changed the title Cannot install Cannot build Jul 26, 2018
@mmmaat
Copy link
Collaborator

mmmaat commented Jul 26, 2018

Try sudo apt-get install python-setuptools. If this fails, have a pip install -U pip setuptools (eventually preceded by a sudo).

@mjablonski94
Copy link
Author

Thank you! It works. Also works after updating python to 3.6.5.

@mmmaat
Copy link
Collaborator

mmmaat commented Jul 26, 2018

You're welcome ;)

@mmmaat mmmaat closed this as completed Jul 26, 2018
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