Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import lca_algebraic.helpers fail #56

Open
gschwind opened this issue Jun 12, 2024 · 0 comments
Open

import lca_algebraic.helpers fail #56

gschwind opened this issue Jun 12, 2024 · 0 comments

Comments

@gschwind
Copy link
Contributor

gschwind commented Jun 12, 2024

Hello,

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)
>>> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant