You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ docker run flask
Traceback (most recent call last):
File "/var/www/app/app.py", line 1, in <module>
from flask import Flask, Request, Response, make_response
File "/usr/local/lib/python3.10/dist-packages/flask/__init__.py", line 5, in <module>
from .app import Flask as Flask
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 30, in <module>
from werkzeug.urls import url_quote
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.10/dist-packages/werkzeug/urls.py)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: