does not work with Pint 0.8

Issue #83 resolved
Angus Yeh repo owner created an issue

cannot import DimensionalityError

Was working with Pint 0.7.2, maybe check Pint issue?

can isntall older version for now

pip uninstall pint
pip install -Iv Pint==0.7.2

Comments (3)

  1. Angus Yeh reporter

    maybe change

    from pint.unit import DimensionalityError
    

    to

    from pint.errors import DimensionalityError
    
  2. Log in to comment