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

artifacts ModuleNotFoundError #1

Open
ankitdidwania opened this issue May 15, 2023 · 2 comments
Open

artifacts ModuleNotFoundError #1

ankitdidwania opened this issue May 15, 2023 · 2 comments

Comments

@ankitdidwania
Copy link

On running on ubuntu prompt $ python3 epa_predictions.py
Following error occurs:
Traceback (most recent call last):
File "epa_predictions.py", line 144, in
model_package = import_module(run.replace("/", ".") + "artifacts.model")
File "/usr/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'mlruns.1.b765ddd8c00a44798bf16127ae3c40f5.artifacts.model'

@scheibenreif
Copy link
Member

scheibenreif commented May 16, 2023

Hi @ankitdidwania,

could you please provide more details about your error? Are you trying to train one of the models (if so, which of them?) or would you like to run inference? What are the contents of epa_predictions.py?

Best,

Linus

@ankitdidwania
Copy link
Author

ankitdidwania commented May 16, 2023 via email

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

2 participants