-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
problem with werkzeug and flask in nginx-flask-mysql #423
Comments
This is a version problem. I had the same. I haven't looked much into it to understand the real issue, however, I found that those two versions work together. : Werkzeug==2.3.7
flask==2.2.2 |
That did the trick! You might consider making that change to the repo, it would be really helpful. Thanks! |
bumping the flask version should work too
More info here: https://stackoverflow.com/a/77214086 |
So, you can use libs without number version, like:
In this way, you'd use the latest versionof the libraries. |
There is some sort of version / dependency issue with Flask and Werkzeug:
Crashes with the following trace, over and over:
The text was updated successfully, but these errors were encountered: