Skip to content

python get-pip.py pip==9.0.3 fails #5859

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
kimyen opened this issue Oct 5, 2018 · 4 comments
Closed

python get-pip.py pip==9.0.3 fails #5859

kimyen opened this issue Oct 5, 2018 · 4 comments
Labels
auto-locked Outdated issues that have been locked by automation resolution: duplicate Duplicate of an existing issue/PR

Comments

@kimyen
Copy link

kimyen commented Oct 5, 2018

Environment

  • pip version: 18.1
  • Python version: 3.5
  • OS: Windows

Description
Yesterday, the same command works. Today, October 5, the command python get-pip.py pip==9.0.3 failed.

Expected behavior

Collecting pip==9.0.3
  Using cached https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl
Collecting setuptools
  Using cached https://files.pythonhosted.org/packages/96/06/c8ee69628191285ddddffb277bd5abdf769166e7a14b867c2a172f0175b1/setuptools-40.4.3-py2.py3-none-any.whl
Collecting wheel
  Using cached https://files.pythonhosted.org/packages/fc/e9/05316a1eec70c2bfc1c823a259546475bd7636ba6d27ec80575da523bc34/wheel-0.32.1-py2.py3-none-any.whl
Installing collected packages: pip, setuptools, wheel
  The script wheel.exe is installed in 'C:\Users\ADMINI~1\AppData\Local\Temp\2\RtmpE70O5A\R.INSTALLa081e5c1240\PythonEmbedInR\inst\pythonLibsi386\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-9.0.3 setuptools-40.4.3 wheel-0.32.1

How to Reproduce

  1. On Windows, run the following commands:
PIP_INSTALL_SCRIPT=get-pip.py
wget -O $PIP_INSTALL_SCRIPT https://bootstrap.pypa.io/get-pip.py
./python.exe $PIP_INSTALL_SCRIPT pip==9.0.3
  1. An error occurs.

Output

2018-10-05 19:01:53 (18.2 MB/s) - 'get-pip.py' saved [1661667/1661667]
Double requirement given: pip (already in pip==9.0.3, name='pip')
@kimyen
Copy link
Author

kimyen commented Oct 5, 2018

The above code exists in my build. I am blocked from building new version of my application. Is there a link to get get-pip.py for earlier version?

@cloneluke
Copy link

duplicate to #5857 and fix by PR pypa/get-pip#38

@pradyunsg
Copy link
Member

Closing as duplicate.

@pradyunsg pradyunsg added the resolution: duplicate Duplicate of an existing issue/PR label Oct 8, 2018
@lock
Copy link

lock bot commented May 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 31, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 31, 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 resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

3 participants