**python error: cannot import name ‘request‘**

python error: cannot import name 'request'
Reason: It may be that the python version is incompatible. The code of python3.x runs in the environment of python2.x, because the latter is missing Some modules of the former
Solution: Uninstall python2.x, install python3.x operating environment, and you can solve it

Guess you like

Origin blog.csdn.net/weixin_43298513/article/details/119817985