-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
This exception is not supported for python 3.7 and lower. Fixes: #132
This exception is not supported for python 3.7 and lower. Fixes: #132
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
Please let me know if there's something else not working. |
I need to start testing for multiple python versions |
Hey im switched my project on python 3.8 now and it works now! |
Hey i got a problem with simply printing the name of a word. I dont know how else i can described it :D
This is the Full error and thats what im trying to do :
Please ignore the comments there ^^ im just trying to get this module to work
Thank you beforehand
The text was updated successfully, but these errors were encountered: