proxy_pool
proxy_pool copied to clipboard
ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers'
执行python3 proxyPool.py server命令的时候报错 ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers'
python: Python 3.8.10
环境:ubuntu20
使用的2.4的release
请教各位大神。。。。不胜感激
用 新的requirements.txt 安装一次三方包 https://github.com/jhao104/proxy_pool/blob/master/requirements.txt
使用新的requirements.txt安装一次第三方包https://github.com/jhao104/proxy_pool/blob/master/requirements.txt
试过了 不行的。。
包不兼容,试下这里面的 https://bobbyhadz.com/blog/python-importerror-cannot-import-name-baseresponse-from-werkzeug-wrappers pip3 install werkzeug==2.0.3