creativetimofficial/material-dashboard-flask

Quickstart fails to run - due to incompatible Werkzeug

tomjuggler opened this issue · 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