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

ModuleNotFoundError: No module named 'metaflow.metadata' #50

Closed
talamb opened this issue Nov 8, 2024 · 5 comments
Closed

ModuleNotFoundError: No module named 'metaflow.metadata' #50

talamb opened this issue Nov 8, 2024 · 5 comments

Comments

@talamb
Copy link

talamb commented Nov 8, 2024

My team is experiencing an issue with the latest metaflow update (2.12.29) it's giving this error

.tox/py310-sdist/lib/python3.10/site-packages/metaflow_extensions/netflix_ext/plugins/conda/conda_step_decorator.py:27: in <module>
    from metaflow.metadata import MetaDatum
E   ModuleNotFoundError: No module named 'metaflow.metadata'

We believe the issue is happening in conda_step_decorator.py. Reverting back to metaflow 2.12.25 fixes this issue

@romain-intel
Copy link
Contributor

Oh, I am sorry. Yes, I changed something. Let me update this extension to fix it.

@romain-intel
Copy link
Contributor

I will do this this evening if that is ok.

@talamb
Copy link
Author

talamb commented Nov 8, 2024

Thanks. That should be fine we've pinned it for now.

@romain-intel
Copy link
Contributor

I've pushed all our changes from upstream here: #51. I'll let the tests run, verify that all is well and merge. Thanks for calling this out.

@romain-intel
Copy link
Contributor

This should be fixed in 1.2.3. I'll close this for now but if you face more issues, please re-open another issue.

Thanks!

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