2013年05月31日 星期五 17:28
Python的初学者,在使用Distutils安装模块时,执行命令:
python setup.py install --user
根据提示信息安装此模块要从网上下载一些包:
Reading http://pytz.sourceforge.net
Download error on http://pytz.sourceforge.net: timed out -- Some packages may not be found!
我这里的网络是通过代理访问外网,因此我想知道在执行上面的指令时,如果才能告诉Distutils使用这个代理去下载此包?
2013年06月07日 星期五 23:42
用pip下载:
pip install --proxy=xxx:3128 pytz
2013年08月21日 星期三 00:23
fun
Zeuux © 2024
京ICP备05028076号