Replies: 1 comment 1 reply
-
Be sure to include a minimal reproducible example, including the full traceback when you get an error. Using the latest versions of Flask and Werkzeug do not have this problem. It's likely this error is coming from an extension, either an old version or one that has not been updated to work with modern versions of Flask. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep getting the error: Cannot import name 'url_quote' from 'werkzeug.urls'. I'm using python 3.12
I've tried the following combinations with no success:
Flask==3.0.3
Werkzeug==3.0.0
Flask==2.2.2
Werkzeug==2.2.2
Flask == 2.0.1
Werkzeug==2.2.2
flask>=2.0
Werkzeug>=2.0
flask==2.01
Werkzeug==2.2.2
Please Help!
Beta Was this translation helpful? Give feedback.
All reactions