-
Notifications
You must be signed in to change notification settings - Fork 3.1k
get-pip.py fail to install setuptools #1533
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
Comments
setuptools had been releasing wheels consistently up until a few days ago. |
in the mean time, you can install setuptools using the pure-setuptools instructions, then use get-pip |
OK, I know ez_setup. |
@aodag hey, I'm going to leave open for the sake of others until setuptools has the wheel released again. hopefully tomorrow. |
Looks like this has been fixed (I ran into the same issue last night). Should be safe to close now. |
OK, I confirmed that get-pip.py installs setuptools formated wheel. |
AFAIK, current get-pip.py installs setuptools when not installed that.
But current version setuptools doesn't have wheel format distribution.
That caused error below::
Is that pip's bug? Or problem of setuptools releases?
The text was updated successfully, but these errors were encountered: