-
Notifications
You must be signed in to change notification settings - Fork 268
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
Fix "/usr/lib/python2.7/distutils/dist.py:267 UserWarning: Unknown distribution option: 'install_requires'" #49
Comments
Fixed in 07d09ad. Thanks! |
try to install the python-tools |
I did the following command: And I got this output:
|
hi |
As mentioned on http://pythonhosted.org/distribute/, distribute is deprecated:
By using setuptools instead of distutils, the "/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'" warning disappears:
The text was updated successfully, but these errors were encountered: