刚开始直接用pip install requests安装,则会报错

python:安装requests库

后来我换成镜像安装之后:

pip install requests -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com

python:安装requests库

成功了

相关文章:

  • 2021-09-24
  • 2021-11-30
  • 2021-09-26
  • 2022-12-23
  • 2021-05-15
  • 2021-07-30
猜你喜欢
  • 2021-09-26
  • 2022-01-23
  • 2021-05-03
  • 2021-11-19
  • 2022-01-07
  • 2022-12-23
  • 2021-04-01
相关资源
相似解决方案