Python for mac or windows: ModuleNotFoundError: No module named 'requests' 错误
提示错误为
Traceback (most recent call last):
File "reptile.py", line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
Mac OS python3
$pip3 install requests
Mac OS python其他
windows python
https://jingyan.baidu.com/article/f3ad7d0f26744c09c3345b3e.html
参考资源:https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests