Closed michaelweinold closed 5 months ago
This is an issue with pint
:
from pint import DimensionalityError, Quantity, UndefinedUnitError, UnitRegistry
UnitRegistry()
will return the same error.
It seems that I mentioned here: https://github.com/jupyter-xeus/xeus-python/issues/603#issuecomment-1814738569
In the meantime, we've made pint optional in our dependency list.
Did we?
No, it is now a requirement of bw2parameters
. But we can pin to an earlier version of that library, the addition of pint was the only change.
Trying to import
bw2io
,bw2data
orbw2calc
using thexeus-python-kernel
-based JupyterLite version with these packages, I get the error: