조인식 (Joe)
05/29/2024, 2:25 AM[05/29/24 11:24:06] WARNING Failed to load kedro_viz.launchers.cli commands from utils.py:379
EntryPoint(name='kedro-viz',
value='kedro_viz.launchers.cli:viz_cli',
group='kedro.global_commands'). Full exception: No module named
'orjson'
Deepyaman Datta
05/29/2024, 5:22 AMorjson
, as that has been a package requirement for years.조인식 (Joe)
05/29/2024, 3:10 PM❯ kedro info
[05/30/24 00:09:40] INFO Using `conf/logging.yml` as logging configuration. You can change this by setting __init__.py:249
the KEDRO_LOGGING_CONFIG environment variable accordingly.
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 'orjson'
_ _
| | _____ __| |_ __ ___
| |/ / _ \/ _` | '__/ _ \
| < __/ (_| | | | (_) |
|_|\_\___|\__,_|_| \___/
v0.19.6
Kedro is a Python framework for
creating reproducible, maintainable
and modular data science code.
Installed plugins:
kedro_telemetry: 0.4.0 (entry points:cli_hooks,hooks)
kedro_viz: 9.0.0 (entry points:global,hooks,line_magic)
Jitendra Gundaniya
05/30/2024, 9:08 AMpip install orjson