-
Notifications
You must be signed in to change notification settings - Fork 472
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
TypeError in python 3.13 #2065
Comments
I will be relasing a new version tomorrow |
Great, thanks for fixing. I'm having the same issue. |
We can't even import `pint` in 3.13 due to bug in pint hgrecco/pint#2065 - which means we can't build with it here.
Is the new version out yet? |
@hgrecco any progress? Thanks |
We now also see this showing up on a fresh environment Python 3.12.5. For anyone that needs a quick workaround: you can pin the flexparser to 0.3.1 (they released the 0.4 version about 9 hours ago). Potentially linked to this issue: hgrecco/flexparser#12
|
Using 0.24.4 it's now working for me with python 3.13.0 |
The following import
fails under python 3.13 with error message
The text was updated successfully, but these errors were encountered: