-
Notifications
You must be signed in to change notification settings - Fork 34
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
Kedro mlflow CLI does not work inside a subdirectory of the project for kedro≥0.19.4 #531
Comments
I think this is due to the recent changes to allow running the CLI anywhere inside a kedro project, not only at the root. This was released in 0.19.3. I'll publish a hotfix soon EDIT: This commit is likely the root cause: kedro-org/kedro@a22bc32 EDIT 2 : This will be an issue in 0.19.4, but this is not merged yet. Still investigating... |
I've tested the following script on Centos & Windows 11:
and everything works fine. I can't test on a Mac right now. Can you try to check if it works for you? One thing that happen sometimes is that you have a corrupted environment with incompatible packages versions. kedro run works and it only raises warnings, but I've already noticed that it breaks all CLI discovery. Can you check if you can use another plugin (e.g. |
I have just tested again and everything works fine. Now I'm really confused why it didn't work yesterday... Sorry for the noise! |
It is very likely that you were not running the command at the root of a kedro project, but this will be possible in 0.19.4! |
Closed by #539 |
Description
Running
kedro mlflow ui
doesn't work.Context
I have followed the 'Getting Started' guide in https://kedro-mlflow.readthedocs.io/en/stable/source/03_getting_started/index.html but cannot launch any of the MLFlow commands as indicated.
Steps to Reproduce
Simply install a recent version of Kedro-MLFlow:
Expected Result
The Kedro-MLflow commands should be available.
Actual Result
Note that
kedro info
shows that the plugin is available:Your Environment
kedro
andkedro-mlflow
version used (pip show kedro
andpip show kedro-mlflow
): 0.19.3 and 0.12.1.python -V
): 3.10.11Does the bug also happen with the last version on master?
Yes, same behaviour.
The text was updated successfully, but these errors were encountered: