【发布时间】:2015-01-26 12:46:55
【问题描述】:
尝试从 Python 安装 ez_setup.py 时,我收到此错误。
我用
在我的cmd 中运行它
python C:\ez_setup.py
但我得到了这个讨厌的错误:
Exception calling "DownloadFile" with "2" argument(s): "An exception occurred during a WebClient request."
At line:1 char:106
+ [System.Net.WebRequest]::DefaultWebProxy.Credentials = [System.Net.CredentialCac ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
【问题讨论】:
标签: python installation setuptools