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
File "C:\Repository\python-sample-vscode-flask-tutorial.env\lib\site-packages\werkzeug\routing.py", line 945, in _compile_builder
code = compile(module, "", "exec")
TypeError: required field "type_ignores" missing from Module
Updating requirements.txt resolves the issue:
Werkzeug==0.15.5
The text was updated successfully, but these errors were encountered:
File "C:\Repository\python-sample-vscode-flask-tutorial.env\lib\site-packages\werkzeug\routing.py", line 945, in _compile_builder
code = compile(module, "", "exec")
TypeError: required field "type_ignores" missing from Module
Updating requirements.txt resolves the issue:
Werkzeug==0.15.5
The text was updated successfully, but these errors were encountered: