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

Python 3.8 doesn't work with Werkzeug 0.15.3 in current requirements.txt #116

Closed
xzhangxa opened this issue Oct 21, 2020 · 2 comments
Closed
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code review Tagged for review.

Comments

@xzhangxa
Copy link

Run this tool with Python 3.8.6 from Debian testing this error shows:

TypeError: required field "type_ignores" missing from Module

This link seems to be the issue report in werkzeug repo. Updating to 0.15.5 it works fine. It seems the dependency has always updated by bot, please maintainers take a look and update werkzeug? Thanks.

@lava
Copy link

lava commented Jan 27, 2021

I can confirm that the issue still exists on latest master on Ubuntu Focal, and the same fix also worked for me.

@spiermar spiermar added review Tagged for review. dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 14, 2021
@spiermar
Copy link
Contributor

Fixed on 44506f9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code review Tagged for review.
Projects
None yet
Development

No branches or pull requests

3 participants