organicnz

Untitled

Dec 19th, 2020 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. ~/Library/Caches/pip   master ● $ pwd
  2. /Users/organic/Library/Caches/pip
  3.  
  4. ~/Library/Caches/pip   master ● $ cat pip.conf
  5. [global]
  6. trusted-host = pypi.python.org
  7. pypi.org
  8. files.pythonhosted.org
  9.  
  10. ~/Library/Caches/pip   master ● $ python3 -m pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --upgrade pip requests matplotlib
  11. Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (20.3.3)
  12. Requirement already satisfied: requests in /usr/local/lib/python3.9/site-packages (2.22.0)
  13. Collecting matplotlib
  14. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))': /packages/10/e7/1a9fd930260671a06f73aa882769e5e0d10e5924dd96161f138e26a2f095/matplotlib-3.3.3-cp39-cp39-macosx_10_9_x86_64.whl
  15. WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))': /packages/10/e7/1a9fd930260671a06f73aa882769e5e0d10e5924dd96161f138e26a2f095/matplotlib-3.3.3-cp39-cp39-macosx_10_9_x86_64.whl
  16. WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))': /packages/10/e7/1a9fd930260671a06f73aa882769e5e0d10e5924dd96161f138e26a2f095/matplotlib-3.3.3-cp39-cp39-macosx_10_9_x86_64.whl
  17. WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))': /packages/10/e7/1a9fd930260671a06f73aa882769e5e0d10e5924dd96161f138e26a2f095/matplotlib-3.3.3-cp39-cp39-macosx_10_9_x86_64.whl
  18. WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))': /packages/10/e7/1a9fd930260671a06f73aa882769e5e0d10e5924dd96161f138e26a2f095/matplotlib-3.3.3-cp39-cp39-macosx_10_9_x86_64.whl
  19. ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/10/e7/1a9fd930260671a06f73aa882769e5e0d10e5924dd96161f138e26a2f095/matplotlib-3.3.3-cp39-cp39-macosx_10_9_x86_64.whl (Caused by ProtocolError('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')))
  20.  
  21.  
Add Comment
Please, Sign In to add comment