Richard Purvis
01/30/2025, 9:58 PMuvx kedro new
(uses kedro 0.19.11
)
2. Generate a project with options 1-5,7
(everything but pyspark)
3. Run uv venv
and uv sync
4. Run kedro viz
, I get the following output: Error: No such command 'viz'.
This is on a Mac with python 3.11. Am I missing something very obvious?Hall
01/30/2025, 9:58 PMRichard Purvis
01/30/2025, 10:01 PMRichard Purvis
01/30/2025, 10:12 PMuvx
didn't add any of the kedro viz dependencies. This is separate from the issue I'm dealing with, which is that kedro viz won't run on the project I'm working on (giving the same error Error: No such command 'viz'.
)Richard Purvis
01/30/2025, 10:17 PMJuan Luis
01/31/2025, 8:15 AMJuan Luis
01/31/2025, 8:17 AMuv run kedro viz
and not just kedro viz
@Richard PurvisJuan Luis
01/31/2025, 8:18 AMcargo run
or npm run
work, they use the right $PATH
for you behind the scenes