You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a consequence of pypa/pip#5219 - we have a fix and will be releasing 10.0.1 in the near future. In the meantime, you can work around this by renaming get-pip.py to something without pip in the name (such as gp.py)
Uh oh!
There was an error while loading. Please reload this page.
On Windows 10, here is a script snippet that worked until recently to get an embeddable Python install and install pip in it.
However, this now gives an error:
and this suggestion is not possible because pip is not yet installed.
My current workaround is to replace
curl https://bootstrap.pypa.io/get-pip.py > get-pip.py
withsince f135a3e seems to be the most recent commit which works.
The text was updated successfully, but these errors were encountered: