-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Problems with pip upgrade on windows #5648
Labels
Comments
greshilov
added a commit
to greshilov/aiohttp
that referenced
this issue
Apr 26, 2021
5 tasks
webknjaz
pushed a commit
that referenced
this issue
Apr 26, 2021
5 tasks
webknjaz
pushed a commit
that referenced
this issue
Apr 26, 2021
…5648 (#5650) (cherry picked from commit 4c663a2) Co-authored-by: Slava <[email protected]>
Fixed #5649 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 Describe the bug
We use the following command to update pip, but looks like it doesn't work on windows machines.
💡 To Reproduce
Try to run
make install
on windows machine with old pip.💡 Expected behavior
📋 Logs/tracebacks
📋 Your version of the Python
Possible solution
Use the command suggested in official pip docs:
https://pip.pypa.io/en/stable/installing/#upgrading-pip
The text was updated successfully, but these errors were encountered: