网上找的一个项目跟着做的,不知道为什么,跑出来之后报错:提示:"No module named request"
缺少第三方库requests,cmd 里面输入:
pip install requests
没有import request