请求的简单导入
import requests
可以在windows shell中执行和使用,但在pycharm中的代码相同:
Traceback (most recent call last):
File "C:/Users/XPS13/PycharmProjects/Testing/Webcrawler_Test.py", line 1, in
<module>
import requests
ModuleNotFoundError: No module named 'requests'
requests是正确的pip安装.甚至卸载和重新安装不工作.
任何帮助都将不胜感激。
3条答案
按热度按时间ubby3x7f1#
是的,所以这可能有点晚,但我解决我的问题是这样的:
That + sign
我正在运行: windows 10 Python 3.7.1
vxqlmq5t2#
您需要configure the project interpreter in PyCharm:
qf9go6mv3#
1.设置右上角
1."+"位于程序包表上方
1.搜索:请求并在列表中突出显示
1.安装程序包