原因没有安装requests模块,
可以切换到python的安装目录找到 script文件夹 example:
windows下 python中报错ImportError: No module named 'requests'
进入cmd窗口切换到上面的目录直接运营下面两个命令中的一个
1. > Path\pip install requests
2. > Path\easy_install.exe requests
详细参考:https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests

相关文章:

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