kedro-viz produces warnings when run project with ParallelRunner
#4078
Labels
Issue: Bug Report 🐞
Bug that needs to be fixed
Milestone
Description
When running
kedro
project withParallelRunner
kedro-viz
produces some warnings that are not present if running with the default runner. Uninstallingkedro-viz
helps to get rid of them.kedro run --runner=ParallelRunner (with
kedro-viz
)kedro run --runner=ParallelRunner (without
kedro-viz
)Steps to Reproduce
From the traceback the exeption is raising here:
kedro_viz/integrations/kedro/hooks.py
Your Environment
pip show kedro
orkedro -V
): tried with0.19.6
and0.19.7
- both give the same resultpython -V
): python3.11The text was updated successfully, but these errors were encountered: