jhao104 / proxy_pool

Python ProxyPool for web spider
https://jhao104.github.io/proxy_pool/
MIT License
21.38k stars 5.16k forks source link

portError: cannot import name 'url_quote' from 'werkzeug.urls' #776

Open zh0u9527 opened 10 months ago

zh0u9527 commented 10 months ago

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (D:\apps\miniconda3\envs\gh_pro_pool\lib\site-packages\werkzeug\urls.py),python3.9.11

zh0u9527 commented 10 months ago

环境python3.11.5,安装pip install Werkzeug==2.2.2可以解决。