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

setup.py fails #2

Closed
tubia opened this issue May 25, 2015 · 3 comments
Closed

setup.py fails #2

tubia opened this issue May 25, 2015 · 3 comments

Comments

@tubia
Copy link

tubia commented May 25, 2015

Hi,
I'll try to run python3 setup.py install but It throws an error:

python3 setup.py install
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    from setuptools import setup
ImportError: No module named 'setuptools'

Python 3 version:

python3 --version
Python 3.4.0
@tubia
Copy link
Author

tubia commented May 25, 2015

Package dependency problem.
The solution is to install setuptools for Python 3. For debian-based distros use:

sudo apt-get install python3-setuptools

Maybe this could be added to the README?

msprev pushed a commit that referenced this issue May 25, 2015
msprev pushed a commit that referenced this issue May 25, 2015
@msprev
Copy link
Owner

msprev commented May 25, 2015

Thanks! Now fixed!

@msprev msprev closed this as completed May 25, 2015
@tubia
Copy link
Author

tubia commented May 26, 2015

Thank you @msprev :)

msprev pushed a commit that referenced this issue May 26, 2015
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