You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it has been impossible for me to install this repo, i changed the requirements.txt and it worked, but when i try to create the db, a lot of error comes and if i try to fix one, i'll break another. for example...
ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security' (/usr/local/lib/python3.8/dist-packages/werkzeug/security.py)
looks like after Werkzeug released 2.1.0, they removed werkzeug.security.safe_str_cmp
but if i downgrade it will conflict with flask and jinja2
is there a fix for this?
The text was updated successfully, but these errors were encountered:
it has been impossible for me to install this repo, i changed the requirements.txt and it worked, but when i try to create the db, a lot of error comes and if i try to fix one, i'll break another. for example...
ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security' (/usr/local/lib/python3.8/dist-packages/werkzeug/security.py)
looks like after Werkzeug released 2.1.0, they removed
werkzeug.security.safe_str_cmp
but if i downgrade it will conflict with flask and jinja2
is there a fix for this?
The text was updated successfully, but these errors were encountered: