-
Notifications
You must be signed in to change notification settings - Fork 6
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
Failing during updating pip #9
Comments
I have never seen this behaviour. Can you give more information about the setup (OS, python version, distribution, etc) and the error message? |
well OS is win10 python 3.7 (and seen in 3.8) distro.... window 10 err mesage... i will copy exact message but what i recal it was going out of pip itself maybe try update pip on windows? when i reproduce this again i will attach msg |
Yes, please do. You can always explicitly downgrade and then try to run it again, if you want to test it. |
I did clean install of python and i reprocuded it ( icluding repro steps) Steps to reprocude from clean state
in shell:
however pip updates (updating pip from 19.2.3 to 19.3.1) in my case setup tools supoosed to be updated also but exeption iterupted it TRACEBACK
|
when uprgrading pip it fails ...
(probably because pip is in use)
it is recomended to upgrade pip with
so if you detect pip as outdated update it with this comand
that should fix it
The text was updated successfully, but these errors were encountered: