", line 971, in _find_and_load File " 赞 踩 运行python程序,如果没有安装对应的模块,就会报如下的错误 Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。
Python 运行报错 ModuleNotFoundError: No module named 'requests'_current thread 0x00002590 (most recent call first)
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'requests'
解决方法
pip install requests