pythonpython-3.xpackagepip

Pip Install hangs


I currently have Python 3.5 on my Windows machine. I'm trying to install a Python package using the command "pip install" but as soon as I hit enter nothing happens. The action hangs for such a long time and when I try to exit the command line, it freezes. How do I get pip install to work?


Solution

  • @JBernardo 's comment worked for me. Thanks!

    python -m pip install some_package_you_want