You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..."
When I install Kedro-viz with latest kedro, I get an immediate error.
[04/08/24 11:31:36] WARNING Failed to load kedro_viz.launchers.cli commands from utils.py:378
EntryPoint(name='kedro-viz',
value='kedro_viz.launchers.cli:viz_cli',
group='kedro.global_commands'). Full exception: No module named
'toposort'
Description
Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..."
When I install Kedro-viz with latest kedro, I get an immediate error.
kedro-viz/package/kedro_viz/services/layers.py
Line 6 in 2b0a066
Context
Why is this change important to you? How would you use it? How can it benefit other users?
This is a bug because the dependency is not mentioned.
Possible Implementation
(Optional) Suggest an idea for implementing the addition or change.
temporary fix: add toposort in kedro viz dependency.
Possible Alternatives
(Optional) Describe any alternative solutions or features you've considered.
Drop dependency completely as kedro-org/kedro#3728 did
Checklist
The text was updated successfully, but these errors were encountered: