-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Upgrade to 20.2 fails on Windows Server 2019 #8644
Comments
Use |
Or if you're not running in a virtualenv, use |
I wonder if |
I'd rather not, since this then requires different code for Windows. |
Yes, |
@uranusjr Should I close this or do you want to keep it open? |
Can someone with Windows test this, and check if the check in the logic for "modifying pip" is correct? |
I'm not entirely sure what you want testing? The "pip is outdated" message correctly suggests |
I believe there’s logic somewhere that tries to detect a user wants to do |
Reading the implementation, the check ( |
Environment
20.2
3.[6-8]
Description
pip
upgrade to20.2
fails for Windows Server 2019. I've created a sample repository that runspip install --upgrade
with"pip==20.1.1"
(old
) and"pip==20.2"
against all major platforms and Python 3.[6-8].Note, that this is not a
sudo
issue, since the upgrade to the previous version runs fine.Expected behavior
Upgrade without failures.
How to Reproduce
pip install --upgrade "pip==20.2"
Output
The text was updated successfully, but these errors were encountered: