Advertisement
Guest User

EJ- pip link not working

a guest
May 12th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. root@infra1_galera_container-861571ec:~# /usr/local/bin/pip install pycrypto
  2. DEPRECATION: --allow-all-external has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
  3. Ignoring indexes: https://pypi.python.org/simple
  4. Collecting pycrypto
  5. Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc5d23f6150>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.13/
  6. Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc5d23f62d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.13/
  7. Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc5d23f6450>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.13/
  8. Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc5d23f65d0>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.13/
  9. Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fc5d23f6750>: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/12.0.13/
  10. Could not find a version that satisfies the requirement pycrypto (from versions: )
  11. No matching distribution found for pycrypto
  12. root@infra1_galera_container-861571ec:~# cat .pip/pip.conf
  13. [global]
  14. no-index = True
  15. pre = True
  16. timeout = 120
  17. trusted-host =
  18. 192.168.20.31
  19.  
  20. [install]
  21. upgrade = True
  22. allow_all_external = True
  23. find-links =
  24. http://192.168.20.31:8181/os-releases/12.0.13/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement