Hi team!! I'm getting `ModuleNotFoundError: No mod...
# questions
g
Hi team!! I'm getting
ModuleNotFoundError: No module named 'kedro_viz.integrations.kedro.sqlite_store'
error. Was it deprecated?
h
Someone will reply to you shortly. In the meantime, this might help:
d
yeah I think you have an older version of KedroViz installed
you should be able to update it
g
okkk
@datajoely kedro-viz==11.0.0 should solve it? do I need to make any changes? we were using kedro-viz==9.0.0
d
I think so
what version of kedro core are you running?
g
kedro==0.19.11
d
yeah I'm pretty sure, @Rashida Kanchwala is this correct
r
yes, this feature is deprecated in Kedro viz ==11.0.0 ; if you are using experiment tracking then you will have to use the older versions of Kedro-viz or migrate to MLflow experiment tracking
We haven't send out the release announcement yet since we published it only an hour ago. But we will do soon
g
okk is there something similar to kedro_viz.integrations.kedro.sqlite_store using kedro mlflow?
r
Yes, mlflow stores all your session data mlruns folder. We have a video on Experiment tracking with MLFlow here -

https://www.youtube.com/watch?v=Az_6UKqbznw&t=967s

👍 1
g
Hi team, started getting this error in my pipeline this morning! was there any updates?
Copy code
VersionAlreadyExistsError: Cannot add a dataset `pipeline` with 
`2025-03-20T14.16.33.397Z` save version. Save version set for the catalog is 
`2025-03-20T14.16.33.115Z`All datasets in the catalog must have the same save 
version.
👀 1
r
Can you share your catalog.yml Ideally you dont need to set versioned=True on MLFlowArtifact or TrackingDatasets
Also if you are on the latest kedro, we have removed tracking datasets. Can you provide your kedro version
g
kedro==0.19.12
I am trying with versioned=True
r
Is it a custom dataset which extends
AbstractVersionedDataset
?
Can you please let us know the type of dataset you are using and if possible share the dataset declaration in your catalog config file ?
r
hi, @Giovanna Cavali, were u able to resolve this ?