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
I am trying to download the pip wheel file using "pip download" command. This fails with the following error:
~ pip download pip
ERROR: To modify pip, please run the following command:
c:\cygwin\home\administrator\python\bin\python.exe -m pip download pip
I expected to get the pip whl file downloaded to the local directory.
This looks related to the "self-modification" check that was designed to prevent "pip install pip" (#1299). It was already too broad (ea1319d) and is still too broad.
The text was updated successfully, but these errors were encountered:
Description:
I am trying to download the pip wheel file using "pip download" command. This fails with the following error:
I expected to get the pip whl file downloaded to the local directory.
This looks related to the "self-modification" check that was designed to prevent "pip install pip" (#1299). It was already too broad (ea1319d) and is still too broad.
The text was updated successfully, but these errors were encountered: