1.下载插件包

地址:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#distribute

包名:

requests-2.12.4-py2.py3-none-any.whl

 

2.安装requests的whl文件之前,先要将%python_home%/Scripts目录添加到path中,然后在包所在目录下打开CMD

C:\Users\10131613\Downloads>pip install requests-2.12.4-py2.py3-none-any.whl
Unpacking c:\users\10131613\downloads\requests-2.12.4-py2.py3-none-any.whl
Installing collected packages: requests
Successfully installed requests
Cleaning up...

 

3.报错消失

 

相关文章:

  • 2022-01-01
  • 2022-12-23
  • 2021-11-21
  • 2021-04-10
  • 2021-04-10
  • 2021-10-23
  • 2021-12-15
猜你喜欢
  • 2021-10-22
  • 2021-07-19
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
  • 2021-10-27
相关资源
相似解决方案