Pip Install Timeout Issue

前端 未结 3 667
名媛妹妹
名媛妹妹 2020-12-30 06:55

I am trying to install pandas in my company computer. I tried to do

pip install pandas

but operation retries and then timesout.

th

3条回答
  •  被撕碎了的回忆
    2020-12-30 07:49

    Did you install python using anaconda ? if not I recommend you reinstall it using anaconda.

    If you used anaconda to install python, try this conda install pandas

提交回复
热议问题