Advertisement
Guest User

2015-10-22, TSergey, proxy-upgrade

a guest
Oct 22nd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. root@noc2-devel:/opt/noc# ./bin/pip search https://bitbucket.org/nocproject/noc
  2.  
  3. /opt/noc/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  4. InsecurePlatformWarning
  5. Exception:
  6. Traceback (most recent call last):
  7. File "/opt/noc/local/lib/python2.7/site-packages/pip/basecommand.py", line 211, in main
  8. status = self.run(options, args)
  9. File "/opt/noc/local/lib/python2.7/site-packages/pip/commands/search.py", line 43, in run
  10. pypi_hits = self.search(query, options)
  11. File "/opt/noc/local/lib/python2.7/site-packages/pip/commands/search.py", line 60, in search
  12. hits = pypi.search({'name': query, 'summary': query}, 'or')
  13. File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
  14. return self.__send(self.__name, args)
  15. File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request
  16. verbose=self.__verbose
  17. File "/opt/noc/local/lib/python2.7/site-packages/pip/download.py", line 788, in request
  18. return self.parse_response(response.raw)
  19. File "/usr/lib/python2.7/xmlrpclib.py", line 1473, in parse_response
  20. return u.close()
  21. File "/usr/lib/python2.7/xmlrpclib.py", line 793, in close
  22. raise Fault(**self._stack[0])
  23. Fault: <Fault 1: "<type 'exceptions.KeyError'>:'hits'">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement