ImportError: No module named requests

出现"ImportError: No module named requests"报错问题的解决方法。

File "vm.py", line 1, in 
import requests
ImportError: No module named requests
看的出来缺少requests嘛,直接安装即可,这里罗里吧嗦的也记录下来,万一有类似的需要直接安装。

yum install python-requests -y


标签:

上一篇java程序启动报Error: Could not create the Java Virtual Machine.错误
下一篇Not all processes could be identified, non-owned process info will not be shown, you would have to

相关文章