Closed mdpiper closed 1 month ago
@mcflugen If I replace
from gimli import UnitSystem
with
from gimli._system import UnitSystem
in pymt/__init__.py
, the import is successful. If this is an appropriate fix for the problem let me know & I'll send a quick PR.
When using the latest version of gimli (v0.3.2), pymt throws an error on import:
The Python I'm using: