You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing lca_algebraic.helpers from fresh python interpreter fail with:
Python 3.9.19 (main, Apr 25 2024, 16:42:04)
[GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import lca_algebraic.helpers
Using environment variable BRIGHTWAY2_DIR for data directory:
/home/gschwind/projects/x/bw2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/gschwind/projects/x/env/lib/python3.9/site-packages/lca_algebraic/helpers.py", line 16, in <module>
from .base_utils import (
ImportError: cannot import name '_actDesc' from 'lca_algebraic.base_utils' (/home/gschwind/projects/x/env/lib/python3.9/site-packages/lca_algebraic/base_utils.py)
>>>
The text was updated successfully, but these errors were encountered:
Hello,
Importing lca_algebraic.helpers from fresh python interpreter fail with:
The text was updated successfully, but these errors were encountered: