-
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 is unavailable inside a Kedro project #193
Comments
Hi, I wil try to check it out this weekend, but the
While I am investigating, would you please confirm that :
Of course there is the possibility that the problem comes from |
I am sorry, I am quite busy for now and I will not debug this before next week. Once again, it is very likely kedro's plugin discovery mechanism has been broken in the new release, I strongly suggest you go back to Next actions:
|
First of all, thank you for looking so quickly into it! From how I read your second message you already know that, but to answer your questions:
Again, thank you for providing workarounds directly on Monday morning, I can nicely work with those! A question for my understanding of the plugin: As long as the hooks are loaded, the mlflow functionality depends only on a |
TL;DR: Install this version for now, it should make the command available again: pip uninstall kedro-mlflow
pip install git+https://github.com/Galileo-Galilei/kedro-mlflow.git@bug/no-cli Beware: it is very important to uninstall your existing version of kedro-mlflow before reinstalling because the patch has the same version number that the current release. If you confirm this works for you, I will deploy the patch to PyPI before kedro provides a patch on their side. Hi, some follow-up about this bug:
To answer your question:
Exactly: the The other project command is |
thanks, form a quick test I would say: the patch works like a charm! |
Hi @dmb23, I've just deployed the patch to PyPI. You can use `pip install kedro_mlflow==0.7.2`` and it should be ok for now. I close the issue, but feel free to reopen if you still encounter any issue in this new version. |
Description
I try to reproduce the minimal example from the Docs: a Kedro project using the starter
pandas-iris
using thekedro-mlflow
functinality. I do not arrive at initializing the kedro-mlflow project, since the cli commands are not available.Context
It is unclear to me if this is connected to #157
I wanted to start looking into kedro-mlflow, but got immediatle blocked by the initialization of the project. Therefore any advice on where to look to fix this would also be appreciated.
Steps to Reproduce
Expected Result
kedro mlflow
is available in a project directory, i.e.kedro mlflow -h
gives the same output inside the folder as beforeActual Result
inside the project folder the
mlflow
command is unknown to KedroYour Environment
Ubuntu 18.04.5
Does the bug also happen with the last version on master?
yes
The text was updated successfully, but these errors were encountered: