Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kedro-viz produces warnings when run project with ParallelRunner #4078

Open
ElenaKhaustova opened this issue Aug 9, 2024 · 1 comment
Open
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed

Comments

@ElenaKhaustova
Copy link
Contributor

ElenaKhaustova commented Aug 9, 2024

Description

When running kedro project with ParallelRunner kedro-viz produces some warnings that are not present if running with the default runner. Uninstalling kedro-viz helps to get rid of them.

kedro run --runner=ParallelRunner (with kedro-viz)

Screenshot 2024-08-09 at 16 11 00

kedro run --runner=ParallelRunner (without kedro-viz)

Screenshot 2024-08-09 at 16 20 29

Steps to Reproduce

kedro new -starter=spaceflights-pandas
kedro run --runner=ParallelRunner

From the traceback the exeption is raising here: kedro_viz/integrations/kedro/hooks.py

Your Environment

  • Kedro version used (pip show kedro or kedro -V): tried with 0.19.6 and 0.19.7 - both give the same result
  • Python version used (python -V): python3.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug Report 🐞 Bug that needs to be fixed
Projects
Status: No status
Development

No branches or pull requests

2 participants