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
There is an update in werkzeug v1 wich create the following error
Traceback (most recent call last): File "app.py", line 2, in <module> from werkzeug import secure_filename ImportError: cannot import name secure_filename
Change werkzeug>=0.15.3
by werkzeug==0.15.3
The text was updated successfully, but these errors were encountered:
There is an update in werkzeug v1 wich create the following error
Traceback (most recent call last): File "app.py", line 2, in <module> from werkzeug import secure_filename ImportError: cannot import name secure_filename
Change
werkzeug>=0.15.3
by
werkzeug==0.15.3
The text was updated successfully, but these errors were encountered: