不确定发生了什么,我能够使用" pip install"安装ecdsa和paramiko。安装paramiko之后,我对我要下载的其他模块进行了点搜索,但我无法这样做。我可以在服务器上绊倒一些东西吗?如果是这样,有人能指出我正确的方向吗?我使用的是托管的 windows 2012 x64服务器,python 2.7.9 x64,pip 1.5.6。
这是完整的错误:
PS C:\Users\user> pip search pysftp
Exception:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip\basecommand.py", line 122, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip\commands\search.py", line 40, in run
pypi_hits = self.search(query, index_url)
File "C:\Python27\lib\site-packages\pip\commands\search.py", line 54, in search
hits = pypi.search({'name': query, 'summary': query}, 'or')
File "C:\Python27\lib\xmlrpclib.py", line 1233, in __call__
return self.__send(self.__name, args)
File "C:\Python27\lib\xmlrpclib.py", line 1591, in __request
verbose=self.__verbose
File "C:\Python27\lib\xmlrpclib.py", line 1273, in request
return self.single_request(host, handler, request_body, verbose)
File "C:\Python27\lib\xmlrpclib.py", line 1301, in single_request
self.send_content(h, request_body)
File "C:\Python27\lib\xmlrpclib.py", line 1448, in send_content
connection.endheaders(request_body)
File "C:\Python27\lib\httplib.py", line 997, in endheaders
self._send_output(message_body)
File "C:\Python27\lib\httplib.py", line 850, in _send_output
self.send(msg)
File "C:\Python27\lib\httplib.py", line 812, in send
self.connect()
File "C:\Python27\lib\httplib.py", line 1216, in connect
server_hostname=server_hostname)
File "C:\Python27\lib\ssl.py", line 350, in wrap_socket
_context=self)
File "C:\Python27\lib\ssl.py", line 566, in __init__
self.do_handshake()
File "C:\Python27\lib\ssl.py", line 788, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
Storing debug log for failure in C:\Users\user\pip\pip.log
PS C:\Users\user>