I recently installed Python for Windows 10 and you need to use the pip command to install the request packages. However, whenever I try to use pip in cmd, it just freezes my command line.
Using CTRL + C, CTRL + D, or any command like this to cancel it, doesnโt work either, the request just hangs like waiting for input or something like that, but I don't get any output or any information about what to do. Image of the promt command when it freezes
I set the PATH variable correctly, and my computer finds pip and starts it, but it just freezes. I also tried reinstalling python countless times and manually reinstalling the pip, but nothing like the trick.
EDIT: (Solution) Using easy_install worked for me (thanks Marco), so I could install the packages I needed for my project. I also managed to fix pip using easy_install, so pip is also working for me now. The feed solution was: easy_install pip
J. Ek source share