material-dashboard-flask icon indicating copy to clipboard operation
material-dashboard-flask copied to clipboard

Quickstart fails to run - due to incompatible Werkzeug

Open tomjuggler opened this issue 1 year ago • 0 comments

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

tomjuggler avatar Oct 31 '22 18:10 tomjuggler