pip install --default-timeout=1000 numpy

如果用:pip install numpy,很容易出现超时!

参考:https://blog.csdn.net/qq_40279192/article/details/106745876

下载过程中,出现:报错"These Packages Do Not Match The Hashes From The Requirements File."
原因:网速问题导致的下载错误,导致对应的哈希值不匹配
解决方法:需要在pip时,添加"--upgrade"参数即可。
pip install --upgrade --default-timeout=1000 numpy

pandas解决方法

pip install --default-timeout=1000 pandas

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-11-13
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-02
  • 2021-07-25
  • 2021-10-15
  • 2021-05-21
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案