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
werkzeug 2.2.0 is installed by default (pushed as of 1 hour ago)
import flask_login
result: ImportError: cannot import name 'parse_rule' from 'werkzeug.routing' (/home/docker/.local/lib/python3.10/site-packages/werkzeug/routing/__init__.py)
result:
ImportError: cannot import name 'parse_rule' from 'werkzeug.routing' (/home/docker/.local/lib/python3.10/site-packages/werkzeug/routing/__init__.py)
workaround until fix:
python3 -m pip install werkzeug==2.1.2
(before installing flask)
Reported before here: #686
The text was updated successfully, but these errors were encountered: