标签: python python-2.7
我试图安装此软件包。看起来我有它,但我无法安装?
错误
点子位置
cmd error
答案 0 :(得分:1)
您首先必须进入pip.exe所在的文件夹。在Windows中,它位于Scripts文件夹中:
pip.exe
Scripts
cd C:\Python27\Scripts pip install <package>
编辑1: 您必须将http和https个代理设置为:
http
https
set HTTP_PROXY=http://<<your_proxy>>:<<your_port>> set HTTPS_PROXY=https://<<your_proxy>>:<<your_port>>