windows下 python中报错ImportError: No module named 'requests'
2021-06-17 13:04
标签:地址 err tps img 分享图片 example win 运营 lan 原因没有安装requests模块, windows下 python中报错ImportError: No module named 'requests' 标签:地址 err tps img 分享图片 example win 运营 lan 原文地址:https://www.cnblogs.com/lxwphp/p/9721350.html
可以切换到python的安装目录找到 script文件夹 example:
进入cmd窗口切换到上面的目录直接运营下面两个命令中的一个
1. > Path\pip install requests
2. > Path\easy_install.exe requests
详细参考:https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests
---------------------
本文来自 superyzh 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/superyzh/article/details/79389622?utm_source=copy
上一篇:深入理解python之self
下一篇:Python学习 :文件操作
文章标题:windows下 python中报错ImportError: No module named 'requests'
文章链接:http://soscw.com/index.php/essay/95051.html