Using a Custom Package Index. By default, pip uses PyPI to look for packages.
Increate pip timeout value We can use –timeout seconds argument to increase pip timeout value. textract is a python library. However, pip will try to read url if it finds error. We also can set pip retry times.
Use --default-timeout=100
parameter with the install:
sudo pip install --default-timeout=100 future
sudo pip install --default-timeout=100 future
or alternatively
export PIP_DEFAULT_TIMEOUT=100
worked for me on Mac OS X
They are two ways to handle this issue:
sudo pip install --default-timeout=100 future
or
pip install --default-timeout=100 future
Note: If you are not superuser of your machine, the sudo pip
command will not work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With