方法1:(1)创建pip.conf文件

使用阿里云的PyPI源

(2).编辑如下内容

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com

方法2:

pip install turtle --trusted-host mirrors.aliyun.com

 

相关文章:

  • 2021-05-14
  • 2021-07-30
  • 2022-02-09
  • 2021-11-21
  • 2021-12-09
  • 2021-11-20
  • 2021-06-30
  • 2021-12-12
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2018-05-12
相关资源
相似解决方案