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
I get this error when running bootstrap.py
Traceback (most recent call last): File "bootstrap.py", line 58, in ).read() in ez File "", line 1 ^
It looks like the links that the url requests are asking for may be dead.
http://python-distribute.org/distribute_setup.py
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
nobody who knows how to fix it?
Python distribute is long dead. The website has been down for a long time too. Use setuptools instead.
setuptools
Change default value of option --distribute to False(line-number 34). and run without --distribute flag.
--distribute
False
No PR should be pushed as there is no plan to maintain this project(#43).
No branches or pull requests
I get this error when running bootstrap.py
Traceback (most recent call last):
File "bootstrap.py", line 58, in
).read() in ez
File "", line 1
^
It looks like the links that the url requests are asking for may be dead.
http://python-distribute.org/distribute_setup.py
The text was updated successfully, but these errors were encountered: