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

AttributeError: module 'gzip' has no attribute 'BadGzipFile' #132

Closed
Dvev opened this issue May 1, 2021 · 3 comments · Fixed by #133
Closed

AttributeError: module 'gzip' has no attribute 'BadGzipFile' #132

Dvev opened this issue May 1, 2021 · 3 comments · Fixed by #133

Comments

@Dvev
Copy link

Dvev commented May 1, 2021

Hey i got a problem with simply printing the name of a word. I dont know how else i can described it :D
Bild_2021-05-01_160005
This is the Full error and thats what im trying to do :
Bild_2021-05-01_160104 Please ignore the comments there ^^ im just trying to get this module to work
Thank you beforehand

radomirbosak added a commit that referenced this issue May 1, 2021
This exception is not supported for python 3.7 and lower.

Fixes: #132
radomirbosak added a commit that referenced this issue May 1, 2021
This exception is not supported for python 3.7 and lower.

Fixes: #132
@radomirbosak
Copy link
Owner

Sorry, this is my fault for using gzip.BadGzipFile exception which is supported only since python3.8 . I removed it and updated the package in master branch and also pypi.

This should update your package to the fixed version 0.14.4

pip3 install --user --upgrade duden

Please let me know if there's something else not working.

@radomirbosak
Copy link
Owner

I need to start testing for multiple python versions
#134

@Dvev
Copy link
Author

Dvev commented May 1, 2021

Hey im switched my project on python 3.8 now and it works now!
It does work with 3.7 too just saying :D
Ty alot tho ^^

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

Successfully merging a pull request may close this issue.

2 participants