Skip to content

Error when running kedro mlflow ui #423

Discussion options

You must be logged in to vote

Hi @snehakumari321, I am sorry you don't have a good experience with the plugin.

I've just tested the following code :

conda create -n discussion-423 python=3.8.16 -y
conda activate discussion-423
pip install kedro==0.18.6 kedro-mlflow==0.11.8
kedro new --starter=pandas-iris --checkout=0.18.6
cd iris
kedro run 
kedro mlflow ui

and the UI opens correctly so I think you have some custom code somewhere because the default seems to work.

The context.mlflow attribute is created on the fly when the after_context_created hook is called by the load_context() method. It seems it is not called for some unknown reason. Can you answer the following question to help debugging?:

  • did you modify somethi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by snehakumari321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants