I recently installed Python for Windows 10 and need to use pip
command to install the requests
package.
However, whenever I try to use pip
in cmd it just freezes my command prompt.
Using CTRL + C, CTRL + D or any command like that to cancel it does not work either, the prompt just freezes like its waiting for input or something, but I get no output or any clue about what to do.
I have set the PATH
variable correctly, and my computer finds pip
and launches it, but it just freezes. I have also tried reinstalling Python countless times and manually reinstalling pip
but nothing seems to do the trick.