Hello team, I want to <Visualise pipelines> usi...
# questions
u
Hello team, I want to Visualise pipelines using kedro viz. but I am hitting the below error: Traceback (most recent call last): File "C:\kedroVenv\Lib\site-packages\kedro_viz\launchers\cli.py", line 158, in viz _wait_for(func=_check_viz_up, host=host, port=port) File "C:\Temp\xclassPython\kedroVenv\Lib\site-packages\kedro_viz\launchers\utils.py", line 56, in _wait_for raise WaitForException( kedro_viz.launchers.utils.WaitForException: func: <function _check_viz_up at 0x000001ED33F29BC0>, didn't return True within specified timeout: 60 kedro.framework.cli.utils.KedroCliError: func: <function _check_viz_up at 0x000001ED33F29BC0>, didn't return True within specified timeout: 60 Run with --verbose to see the full exception _*Error: func: <function _check_viz_up at 0x000001ED33F29BC0>, didn't return True within specified timeout: 60*_ Kedro version below. • kedro 0.18.14 • kedro-datasets 1.7.1 • kedro-telemetry 0.2.5 • kedro-viz 6.6.1 Any inputs would be highly appreciated.
👀 1
r
Hi Umesh, Could you please upgrade kedro-datasets version to 1.8.0 and kedro-viz to 6.7.0 ? You can follow the compatibility matrix here Please let me know if this does not work. Thank you
u
Hi Ravi, Thanks, upgraded kedro-datasets version to 1.8.0 and kedro-viz to 6.7.0. Still same issue. 1. kedro-datasets 1.8.0 2. kedro-telemetry 0.2.5 3. kedro-viz 6.7.0 _*Error: func: <function _check_viz_up at 0x00000204CA90DEE0>, didn't return True within specified timeout: 60*_
r
Sorry to hear that, Could you please let me know - 1. Your python version 2. Any other error logs apart from the above mentioned log ? 3. Are you using any remote datasets (may be Spark datasets) ? Thank you
We had instances where Kedro-Viz had time out issues due to remote spark datasets. The issue was fixed in v9.0.0 (https://github.com/kedro-org/kedro-viz/pull/1803). If you have a similar situation, let me know. Thank you
u
Python 3.11.5 only that log no remote dataset just local csv file.
r
Thank you for the information. I would recommend trying the latest kedro-viz and kedro-datasets version. Thank you
👍 1
Also, I see python 3.11 support was added in kedro-telemetry - 0.3.0 . Consider upgrading kedro-telemetry as well. If possible, upgrade kedro >= 0.18.3