安装环境:Window10 python 3.6
工具:PyCharm5.0.3
运行时报错:ImportError: No module named 'requests'
解决方法:
运行cmd 输入 pip install requests 回车等待加载完毕
重新运行成功