I am trying to install pandas in my company computer. I tried to do
pip install pandas
but operation retries and then timesout.
th
This works for me:
pip --default-timeout=1000 install pandas