我遇到easy_install问题。首先,我在python发行版(2.7)上有easy_install包,它是UCSF chimera的一部分,这是一个基于python的分子可视化软件。关于这个python发行版的所有内容都与官方版2.7相同,除了它具有特定于Chimera的其他元素。
我的easy_install似乎不喜欢搜索存储库!它不断崩溃,但在另一台机器上的相同搜索工作正常。所以,我有理由怀疑有什么东西阻止了easy_install访问上一台机器上的存储库。有什么我可以尝试测试水域吗?
我可以收到此错误:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
Download error on https://pypi.python.org/simple/numpy: [Errno 1] _ssl.c:510
: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol -- Some packages may not be found!
Couldn't find index page for 'numpy' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno 1] _ssl.c:510: error:1
40770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol -- Some packages ma
y not be found!
No local packages or download links found for numpy
error: Could not find suitable distribution for Requirement.parse('numpy')
我尝试使用pip:但我得到一个类似的错误,暗示与连接有关。但是,我知道连接没问题,因为同一个互联网上具有相同连接设置的另一台计算机工作正常。
C:\Program Files (x86)\Chimera 1.10.1\bin\Lib\site-packages>pip install biskit
Collecting biskit
C:\Program Files (x86)\Chimera 1.10.1\bin\lib\site-packages\pip-7.1.2-py2.7.egg\
pip\_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning:
A true SSLContext object is not available. This prevents urllib3 from configurin
g SSL appropriately and may cause certain SSL connections to fail. For more info
rmation, see https://urllib3.readthedocs.org/en/latest/security.html#insecurepla
tformwarning.
InsecurePlatformWarning
C:\Program Files (x86)\Chimera 1.10.1\bin\lib\site-packages\pip-7.1.2-py2.7.egg\
pip\_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning:
A true SSLContext object is not available. This prevents urllib3 from configurin
g SSL appropriately and may cause certain SSL connections to fail. For more info
rmation, see https://urllib3.readthedocs.org/en/latest/security.html#insecurepla
tformwarning.
InsecurePlatformWarning
Could not find a version that satisfies the requirement biskit (from versions:
)
No matching distribution found for biskit
C:\Program Files (x86)\Chimera 1.10.1\bin\lib\site-packages\pip-7.1.2-py2.7.egg\
pip\_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning:
A true SSLContext object is not available. This prevents urllib3 from configurin
g SSL appropriately and may cause certain SSL connections to fail. For more info
rmation, see https://urllib3.readthedocs.org/en/latest/security.html#insecurepla
tformwarning.
InsecurePlatformWarning
C:\Program Files (x86)\Chimera 1.10.1\bin\Lib\site-packages>^A
C:\Program Files (x86)\Chimera 1.10.1\bin\Lib\site-packages>