Skip to content

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

Closed
aodag opened this issue Feb 6, 2014 · 7 comments
Closed

get-pip.py fail to install setuptools #1533

aodag opened this issue Feb 6, 2014 · 7 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@aodag
Copy link
Contributor

aodag commented Feb 6, 2014

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::

$ python get-pip.py 
Downloading/unpacking pip
  Using download cache from /home/aodag/.pip/eggs/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fpy2.py3%2Fp%2Fpip%2Fpip-1.5.2-py2.py3-none-any.whl
Downloading/unpacking setuptools
  Using download cache from /home/aodag/.pip/eggs/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsetuptools%2Fsetuptools-2.1.2.tar.gz
Cleaning up...
setuptools must be installed to install from a source distribution
Storing debug log for failure in /home/aodag/.pip/pip.log

Is that pip's bug? Or problem of setuptools releases?

@qwcode
Copy link
Contributor

qwcode commented Feb 6, 2014

setuptools had been releasing wheels consistently up until a few days ago.
I'll open an issue over there.

@qwcode
Copy link
Contributor

qwcode commented Feb 6, 2014

@qwcode
Copy link
Contributor

qwcode commented Feb 6, 2014

in the mean time, you can install setuptools using the pure-setuptools instructions, then use get-pip
https://pypi.python.org/pypi/setuptools/#installation-instructions

@aodag
Copy link
Contributor Author

aodag commented Feb 6, 2014

OK, I know ez_setup.
I understand why get-pip.py fails installing setuptools.

@aodag aodag closed this as completed Feb 6, 2014
@qwcode qwcode reopened this Feb 6, 2014
@qwcode
Copy link
Contributor

qwcode commented Feb 6, 2014

@aodag hey, I'm going to leave open for the sake of others until setuptools has the wheel released again. hopefully tomorrow.

@dideler
Copy link

dideler commented Feb 6, 2014

Looks like this has been fixed (I ran into the same issue last night). Should be safe to close now.

@aodag
Copy link
Contributor Author

aodag commented Feb 7, 2014

OK, I confirmed that get-pip.py installs setuptools formated wheel.

@qwcode qwcode closed this as completed Feb 7, 2014
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

3 participants