-
Notifications
You must be signed in to change notification settings - Fork 14
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
NoneType #31
Comments
Have you sloved this problem? |
I successfully changed the Python version to 3.8 once, but failed again during the second run. I would like to ask if there are any recommended Python versions or if this bug is caused by other issues. Thank you! |
This really helps! #22 (comment) |
Thank you so much for your kind reply! |
Why does this bug always appear?
return getattr(_C, name)(*args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'ContractionType‘
The text was updated successfully, but these errors were encountered: