pip not installing modules

后端 未结 3 1011
时光说笑
时光说笑 2020-12-13 21:44

As per object. I\'m running Python 2.7.10 under Windows 7 64 bit. I added C:\\Python27\\Scripts to my PATH, and I can run pip, but it\'s not able to install mod

3条回答
  •  眼角桃花
    2020-12-13 22:32

    To bypass the firewall you can use proxy

    pip install numpy --proxy 
    

    eg.,

    pip install numpy --proxy http://:@proxy.xyz.com:2180
    

提交回复
热议问题