Python ImportError: No module named 'requests'

xiaoxiao2021-02-28  20

安装环境:Window10  python 3.6

工具:PyCharm5.0.3

运行时报错:ImportError: No module named 'requests'

解决方法:

运行cmd  输入 pip install requests  回车等待加载完毕

重新运行成功

转载请注明原文地址: https://www.6miu.com/read-1000122.html

最新回复(0)