Skip to content
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

werkzeug 2.2.0 breaks flask-login #688

Closed
brubbel opened this issue Jul 23, 2022 · 2 comments
Closed

werkzeug 2.2.0 breaks flask-login #688

brubbel opened this issue Jul 23, 2022 · 2 comments

Comments

@brubbel
Copy link

brubbel commented Jul 23, 2022

  1. Install via flask-login via pypi
  2. werkzeug 2.2.0 is installed by default (pushed as of 1 hour ago)
  3. 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)

workaround until fix:
python3 -m pip install werkzeug==2.1.2
(before installing flask)

Reported before here: #686

@davidism
Copy link
Collaborator

Duplicate of #686

Repository owner locked and limited conversation to collaborators Jul 24, 2022
@davidism
Copy link
Collaborator

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants