I have enabled experiment tracker and i am saving ...
# questions
a
I have enabled experiment tracker and i am saving it as a type: tracking.MetricsDataSet. Earlier it was working now its throwing this error
image.png
i tried as JSONDataSet also still getting error
j
hi @Ashish Kumar, you'd need to install
kedro-viz
. the reason for this weird behavior is in https://github.com/kedro-org/kedro-viz/issues/1352, please react with 👍🏼 to https://github.com/kedro-org/kedro-plugins/issues/446
a
@Juan Luis i have already installed kedro-viz ....still its giving me error
j
@Ashish Kumar what versions of kedro, kedro-datasets, and kedro-viz do you have? please show the full output of
kedro info
a
@Juan Luis below r the detail
j
cc @Rashida Kanchwala
a
@Juan Luis Plz check experiment_tracking.py file its showing error at line 115
r
Can you also share kedro-datasets version. Kedro-viz 6.7.0 is incompatible with the latest kedro-dataset = 2.0
a
@Rashida Kanchwala below are the detail
j
@Ashish Kumar please
pip install "kedro-datasets<2.0"
and try again
a
@Juan Luis @Rashida Kanchwala thanks for your quick replies ...i have installed 1.8.0 after seeing Rashida msg. forgot to update you.
👍🏼 1