pip默认是从Python官网下载第三方库,从国外下载当然不如从国内下载来得快

 

豆瓣:https://pypi.doubanio.com/simple

还有其它源,阿里云等等,一个就够用了

 

用pip安装库时,在后面加上 -i 表示换源,然后输入地址就可以了

 

pip install *** -i https://pypi.doubanio.com/simple

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2019-08-07
  • 2022-01-14
  • 2021-09-07
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2021-08-06
  • 2021-05-06
  • 2021-06-11
  • 2021-12-28
  • 2021-07-05
相关资源
相似解决方案