-
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
Python 3.13
: TypeError: cannot inherit frozen dataclass from a non-frozen one
#197
Comments
Never mind i think it is the issue of the python version. Was able to resolve when I downgrade to python 3.11 |
Python 3.13
: TypeError: cannot inherit frozen dataclass from a non-frozen one
Thanks for bringing the issue up. We'll have to have a look at what's broken in |
Blocked by hgrecco/pint#2065. In the meantime, |
This seems to work just fine with |
Hi, when I am trying to
import yadg
it gives me that error in the title. I am using python 3.13 is that possibly the issue? Thanks!The text was updated successfully, but these errors were encountered: