DEV Community

Le Thuy Linh
Le Thuy Linh

Posted on

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

Yaayy ! I have found the answer. Just use --default-timeout=100 parameter with the install. e.g

sudo pip install --default-timeout=100 future

Top comments (0)