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