https://kedro.org/ logo
#questions
Title
# questions
z

Ziren Lin

03/06/2023, 8:55 PM
Hi Team, I followed the instructions for Kedro Experiment Tracking. I set up everything as described HERE. But when I ran the
kedro viz
query, it shows error message in the screenshot. And when I clicked the experiment tracking tab, I can't see anything. I am wondering how to fix this to see the results. Can anyone please help? Thanks!
t

Tynan

03/06/2023, 9:01 PM
Hi Ziren. Are you using version 0.18.5 of Kedro? If so, there's a known bug where experiment tracking wasn't working. Please try to upgrade to version 0.18.6 of Kedro and try again
You can do so by running this command
pip uninstall kedro && pip install kedro==0.18.6
Lastly, assuming you’re just following a tutorial and don’t have any run information that you care about, delete your
data/session_store.db
file, and then everything should work fine after you've completed those steps
z

Ziren Lin

03/06/2023, 9:12 PM
That works! Thanks so much for the kind help
👍
t

Tynan

03/06/2023, 9:13 PM
You're welcome!
👍🏾 1
👍 1
5 Views