I created a sample pipeline that works correctly with kedro run
, however when I try to visualise it with kedro viz
I'm getting basically a blank page, even though the terminal doesn't show a single error. The only detail I've found was in the inspection mode:
The operating system I'm running it on is windows 10, when I launch it on WSL everything is completely normal.
Kedro version: 0.18.14 Kedro viz version: 6.6.1
Any ideas why it is happening and how to solve it?
After a time I figured out the solution. It was a dependency conflict. Reinstall your environment and it will start working.
It also solved problems with gridsearchcv on njobs > 1.