get-pip icon indicating copy to clipboard operation
get-pip copied to clipboard

Having difficulty installing and opening PIP in my windows 10 command prompt

Open Dogah2020 opened this issue 3 years ago • 1 comments

This is the message I got when I tried installing it. I attached a screenshot of the problem. Please I need help and directions on how to resolve this problem. I even uninstalled and reinstalled my python and updated thinking that'll solve the problem but it's still the same issue.

Thanks.

C:\Windows \system32>curl https://bootstrap . pypa . io/get-pippy -o get-pippy Total % Received x xferd plead upload spent Left speed load Upload Total

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (ex80092012) - The revocation function was un le to check revocation for the certificate. C:\Windows \system32>python get-pip-py PIP Installation Error

python: can't open file 'C: \ \Windows\system32\get-pip.py": [Errno 2] No such file or directory C:\Windows\system32>

Dogah2020 avatar Oct 28 '22 18:10 Dogah2020

@Dogah2020 Hi! Is this issue still occurring? Could you try again with newer Python/pip? Also, it's probably best not to download get-pip.py into a system directory - the current user might not have the correct permissions to write there.

edmorley avatar Apr 14 '24 14:04 edmorley

This seems to be a TLS or curl issue as the certificate can't be verified, causing curl to exit before it even gets a chance to download get-pip.py.

ichard26 avatar Jan 26 '25 18:01 ichard26