I recently need to install some packages
pip install future pip install scikit-learn pip install numpy pip install scipy
I also tried by wr
Yaayy ! I have found the answer. Just use --default-timeout=100 parameter with the install. e.g
sudo pip install --default-timeout=100 future