get-pip.py fail to install setuptools
See original GitHub issueAFAIK, 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?
Issue Analytics
- State:
- Created 10 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
fresh installed pip with get-pip.py no module found setuptools
I think that problem is path because when I installed ez-setup.py setuptools version something 0.30 instead default provided by pip manually ...
Read more >pip install - pip documentation v22.3.1
Description#. Install packages from: PyPI (and other indexes) using requirement specifiers. VCS project urls. Local project directories.
Read more >How to Install Pip on Windows - ActiveState
How to Install Pip with get-pip.py ... This command will also install setuptools and wheel if they are not already installed. Setuptools is...
Read more >Installing Packages - Python Packaging User Guide - Python.org
Run python get-pip.py . 2 This will install or upgrade pip. Additionally, it will install setuptools and wheel if they're not installed already....
Read more >Pypi deploy fails for Python 2.7 - Travis CI Community
It used to work fine, but today it fails due to get-pip.py. ... Couldn't install pip, setuptools, twine or wheel. failed to deploy....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
setuptools had been releasing wheels consistently up until a few days ago. I’ll open an issue over there.
OK, I confirmed that get-pip.py installs setuptools formated wheel.