-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import name 'url_quote' from 'werkzeug.urls' #378
Comments
I second this, great tutorial so far, but I also get I run Docker Engine on Ubuntu Full error: |
@jcpayne jcpayne I found a workaround:
|
That's great @dwolf42 , thanks! It works for me too. |
@dwolf42 fixed the issue for me |
Alas did not solve the issue for me. Gives me an error: Saw a mention of werzeug version 2.2.2, tried that version to, same error. To bad, really liked the way this tutorial was going Peter |
The following worked for me in the requirements.txt file: Flask==2.0.2 |
Hi @dwolf42 I wasn't able to solve the problem with this approach. Could you help me? I have tried all possible ways that I have found. I am using Ubuntu, Python 3.10.12, Flask 3.0.3, Werkzeug 3.0.2 |
Hey @Programador04, sorry for the late reply. If changing the stuff I mentioned inside the |
You can change the Python version to 3.6 in the Dockerfile, it will work. |
this all not work... :( |
Wonderful tutorial -- thanks so much. I ran into an import error on the catnip example, in the run command:
Docker Engine on Kubuntu
The text was updated successfully, but these errors were encountered: