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

mlflow.yml not part of installation #635

Closed
majoma7 opened this issue Feb 16, 2025 · 2 comments · Fixed by #636
Closed

mlflow.yml not part of installation #635

majoma7 opened this issue Feb 16, 2025 · 2 comments · Fixed by #636
Assignees
Labels
bug Something isn't working

Comments

@majoma7
Copy link

majoma7 commented Feb 16, 2025

Description

When calling kedro mlflow init I get an error that the template is not found (see details below). I fixed it for me by manually downloading mlflow.yml

Somehow it is not automatically installed via pip install kedro-mlflow

Context

Could fix manually, but long-term solution would be appreciated

Steps to Reproduce

  1. pip install kedro-mlflow
  2. kedro mlflow init

Expected Result

...

Actual Result

TemplateNotFound: 'mlflow.yml' not found in search path: 
'path_to_venv/.venv/lib/python3.12/site-packages/kedro_mlflow/template/project'
@Galileo-Galilei Galileo-Galilei self-assigned this Feb 16, 2025
@Galileo-Galilei Galileo-Galilei added the bug Something isn't working label Feb 16, 2025
@Galileo-Galilei
Copy link
Owner

Probable regression from #627.

@Galileo-Galilei
Copy link
Owner

pip install kedro-mlflow==0.14.2 should fix the issue. Thanks for the report and sorry for the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants