Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: required field "type_ignores" missing from Module when using werkzeug 0.15.3 #27

Closed
halderex opened this issue Jun 16, 2020 · 2 comments

Comments

@halderex
Copy link
Contributor

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

@kraigb
Copy link
Contributor

kraigb commented Jun 23, 2020

Thanks. MayI suggest you create a PR with the fix, so you get the contribution history?

@halderex
Copy link
Contributor Author

Thanks. MayI suggest you create a PR with the fix, so you get the contribution history?

Sure! Created PR #29

kraigb added a commit that referenced this issue Jun 23, 2020
Updated Werkzeug to 0.15.5 to resolve issue #27
@kraigb kraigb closed this as completed Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants