tom kurian
05/30/2024, 8:56 AMkedro viz
[05/30/24 10:54:57] INFO Using `conf/logging.yml` as logging configuration. You can change this by setting the __init__.py:249
KEDRO_LOGGING_CONFIG environment variable accordingly.
[05/30/24 10:55:03] WARNING /opt/miniconda3/envs/portfolio/lib/python3.8/site-packages/kedro_viz/models/flowchart.py:13: warnings.py:109
KedroDeprecationWarning: 'TRANSCODING_SEPARATOR' has been moved to
'kedro.pipeline.transcoding', and the alias will be removed in Kedro 0.20.0
from kedro.pipeline.pipeline import TRANSCODING_SEPARATOR, _strip_transcoding
WARNING Failed to load kedro_viz.launchers.cli commands from EntryPoint(name='kedro-viz', utils.py:379
value='kedro_viz.launchers.cli:viz_cli', group='kedro.global_commands'). Full exception: No
module named 'toposort'
Usage: kedro [OPTIONS] COMMAND [ARGS]...
Try 'kedro -h' for help.
Error: No such command 'viz'.
I have kedro and viz installed
pip list | grep kedro
kedro 0.19.6
kedro-datasets 1.8.0
kedro-viz 7.1.0
datajoely
05/30/2024, 8:57 AMwhich pip
which kedro
which python
datajoely
05/30/2024, 8:57 AMtom kurian
05/30/2024, 8:58 AM(portfolio) ➜ project (main) which pip
/opt/miniconda3/envs/portfolio/bin/pip
(portfolio) ➜ project (main) which kedro
/opt/miniconda3/envs/portfolio/bin/kedro
(portfolio) ➜ project (main) which python
/opt/miniconda3/envs/portfolio/bin/python
(portfolio) ➜ project (main)
datajoely
05/30/2024, 8:58 AMkedro
?tom kurian
05/30/2024, 9:00 AM[05/30/24 10:59:42] INFO Using `conf/logging.yml` as logging configuration. You can change this by setting the __init__.py:249
KEDRO_LOGGING_CONFIG environment variable accordingly.
[05/30/24 10:59:46] WARNING /opt/miniconda3/envs/portfolio/lib/python3.8/site-packages/kedro_viz/models/flowchart.py:13: warnings.py:109
KedroDeprecationWarning: 'TRANSCODING_SEPARATOR' has been moved to
'kedro.pipeline.transcoding', and the alias will be removed in Kedro 0.20.0
from kedro.pipeline.pipeline import TRANSCODING_SEPARATOR, _strip_transcoding
WARNING Failed to load kedro_viz.launchers.cli commands from EntryPoint(name='kedro-viz', utils.py:379
value='kedro_viz.launchers.cli:viz_cli', group='kedro.global_commands'). Full exception: No
module named 'toposort'
Usage: kedro [OPTIONS] COMMAND [ARGS]...
Kedro is a CLI for creating and using Kedro projects. For more information,
type ``kedro info``.
Options:
-V, --version Show version and exit
-h, --help Show this message and exit.
Global commands from Kedro
Commands:
info Get more information about kedro.
new Create a new kedro project.
starter Commands for working with project starters.
Project specific commands from Kedro
Commands:
catalog Commands for working with catalog.
ipython Open IPython with project specific variables loaded.
jupyter Open Jupyter Notebook / Lab with project specific variables...
micropkg (DEPRECATED) Commands for working with micro-packages.
package Package the project as a Python wheel.
pipeline Commands for working with pipelines.
registry Commands for working with registered pipelines.
run Run the pipeline.
datajoely
05/30/2024, 9:21 AMdatajoely
05/30/2024, 9:22 AMdatajoely
05/30/2024, 9:22 AMtom kurian
05/30/2024, 9:25 AMdatajoely
05/30/2024, 9:25 AMdatajoely
05/30/2024, 9:26 AMJitendra Gundaniya
05/30/2024, 9:26 AMtom kurian
05/30/2024, 9:26 AMJitendra Gundaniya
05/30/2024, 9:35 AMpip list | grep toposort
Have tired installing toposort manually
pip install toposort
and re run it.tom kurian
05/30/2024, 9:40 AMdatajoely
05/30/2024, 9:42 AMtoposort; python_version == '3.8.*'
Jitendra Gundaniya
05/30/2024, 9:49 AMNok Lam Chan
05/30/2024, 9:59 AMtoposort
recently, kedro-viz
assume toposort
from kedro
but it should actually put it in the requirements if toposort
is imported inside viz codebaseRashida Kanchwala
05/30/2024, 10:04 AMdatajoely
05/30/2024, 10:04 AM