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

Module error when running Sens_n_variance #6

Open
PouyaKhn opened this issue May 6, 2023 · 0 comments
Open

Module error when running Sens_n_variance #6

PouyaKhn opened this issue May 6, 2023 · 0 comments

Comments

@PouyaKhn
Copy link

PouyaKhn commented May 6, 2023

Hi, when I want to run sens_n_variance experiment, I encountered this error:

Traceback (most recent call last):
File "/content/drive/..../benchmark-general-imaging-master/sens_n_variance.py", line 6, in
from lib import attribution
ModuleNotFoundError: No module named 'lib'

After that I install "lib" package, I encountered this error:

Traceback (most recent call last):
File "/content/drive/.../benchmark-general-imaging-master2/benchmark-general-imaging-master/sens_n_variance.py", line 6, in
from lib import attribution
ImportError: cannot import name 'attribution' from 'lib' (/usr/local/lib/python3.10/dist-packages/lib/init.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