Closed lbianchi-lbl closed 2 weeks ago
From comparing pip list
between the passing (LHS) and failing (RHS) runs, there are two differences:
It looks like flexparser is the likely culprit, see https://github.com/hgrecco/pint/issues/2074
@lbianchi-lbl the issue is the latest flexparser
not being compatible with pint
. See the discussion here: https://github.com/hgrecco/pint/issues/1969
I've temporarily pinned flexparser
in #1523
New pint
release is out: https://github.com/hgrecco/pint/releases/tag/0.24.4
New
pint
release is out: https://github.com/hgrecco/pint/releases/tag/0.24.4
This has been fixed upstream, so I'm closing this issue.
dataclasses
is part of the Python standard library, so unlikely to have been changed in a backward-incompatible way within the same Python versionRelated
We're aware of this error affecting the following PRs