Having difficulty installing and opening PIP in my windows 10 command prompt
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

python: can't open file 'C: \ \Windows\system32\get-pip.py": [Errno 2] No such file or directory C:\Windows\system32>
@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.
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.