We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/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.
The text was updated successfully, but these errors were encountered:
Solution is to run...
sudo apt-get install python-setuptools
...per http://stackoverflow.com/a/14426553/405017
Sorry, something went wrong.
2613c5d
No branches or pull requests
The text was updated successfully, but these errors were encountered: