Hi Team, I followed the instructions for <https://...
# questions
z
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
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
That works! Thanks so much for the kind help
👍
t
You're welcome!
👍🏾 1
👍 1