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 needs setuptools #17

Closed
Phrogz opened this issue Jul 12, 2016 · 1 comment
Closed

setup.py needs setuptools #17

Phrogz opened this issue Jul 12, 2016 · 1 comment

Comments

@Phrogz
Copy link

Phrogz commented Jul 12, 2016

/usr/local/src/protobuf-qml$ ./tools/build_dependencies.py --shared
...
Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    from setuptools import setup, Extension, find_packages
ImportError: No module named setuptools
[/usr/bin/python setup.py build] failed with exitcode 1.
@Phrogz
Copy link
Author

Phrogz commented Jul 12, 2016

Solution is to run...

sudo apt-get install python-setuptools

...per http://stackoverflow.com/a/14426553/405017

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

1 participant