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

Quickstart fails to run - due to incompatible Werkzeug #3

Open
tomjuggler opened this issue Oct 31, 2022 · 0 comments
Open

Quickstart fails to run - due to incompatible Werkzeug #3

tomjuggler opened this issue Oct 31, 2022 · 0 comments

Comments

@tomjuggler
Copy link

I had an error running this template (thanks by the way) from the quickstart guide. The issue seems to be an incompatible update to Werkzueg - which I solved by a quick downgrade:

pip install Werkzeug~=2.0.0

I think adding the correct Werkzeug version to the requirements.txt would solve this for future users?

Stackoverflow thread regarding the error message I got, running on Ubuntu 22.04:
https://stackoverflow.com/questions/71652965/importerror-cannot-import-name-safe-str-cmp-from-werkzeug-security

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

No branches or pull requests

1 participant