How to solve ReadTimeoutError: HTTPSConnectionPool(host=’pypi.python.org’, port=443) with pip?

Use --default-timeout=100 parameter with the install:

sudo pip install --default-timeout=100 future

Leave a Comment