问题如下,

python pip 下载出问题解决方法(超时出错)

百度了一下找到了解决方法

这样的原因是连接不到国外的安装源,在下载的代码行中手动输入国内安装源

例如:

pip install itchat -i https://pypi.tuna.tsinghua.edu.cn/simple

例如清华大学安装源  https://pypi.tuna.tsinghua.edu.cn/simple

豆瓣 http://pypi.doubanio.com/

python pip 下载出问题解决方法(超时出错)

 

相关文章:

  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2021-11-18
  • 2021-09-30
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-12-22
  • 2021-08-23
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案