ez_setup.py安装错误怎么解决

Posted uncle7

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ez_setup.py安装错误怎么解决相关的知识,希望对你有一定的参考价值。

ez_setup.py安装错误为:

D:ProgramsPython2_7_3Libsite-packagesez_setup-0.9>python ez_setup.py install

Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
Traceback (most recent call last):
File "ez_setup.py", line 485, in <module>
main(sys.argv[1:])
File "ez_setup.py", line 480, in main
tarball = download_setuptools()
File "ez_setup.py", line 193, in download_setuptools
src = urlopen(url)
File "D:ProgramsactivePythonliburllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "D:ProgramsactivePythonliburllib2.py", line 410, in open
response = meth(req, response)
File "D:ProgramsactivePythonliburllib2.py", line 523, in http_response
‘http‘, request, response, code, msg, hdrs)
File "D:ProgramsactivePythonliburllib2.py", line 448, in error
return self._call_chain(*args)
File "D:ProgramsactivePythonliburllib2.py", line 382, in _call_chain
result = func(*args)
File "D:ProgramsactivePythonliburllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: SSL is required

需要先安装feather-format 0.4.1,然后安装ez_setup.py

以上是关于ez_setup.py安装错误怎么解决的主要内容,如果未能解决你的问题,请参考以下文章

python怎么安装setuptools

ipython怎么安装pyspark

如何安装ipython notebook

怎么安装python模块,如何安装python模块,常用安装方式

selenium环境配置

python安装setuptolls不成功?