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
After running python -m flask run, I had this error:
TypeError: required field "type_ignores" missing from Module
This bug is about werkzeug 0.15.4 and fixed in 0.15.5. Upgrade from 0.15.4 to a later version.
Simply, run this if you got stuck: pip3 install --upgrade werkzeug
The text was updated successfully, but these errors were encountered:
After running
python -m flask run
, I had this error:TypeError: required field "type_ignores" missing from Module
This bug is about werkzeug 0.15.4 and fixed in 0.15.5. Upgrade from 0.15.4 to a later version.
Simply, run this if you got stuck:
pip3 install --upgrade werkzeug
The text was updated successfully, but these errors were encountered: