Improve documentation for pyspark setup ('kedro run' cant resolve path on starter project with tool pyspark enabled) #4366
Labels
Component: Documentation 📄
Issue/PR for markdown and API documentation
Description
I'm initializing a new project with all tools enabled and an example pipeline. After installing the requirements kedro new fails with
The system cannot find the path specified.
Context
Just trying to get the example running. The spaceflights starter is working but can't be initialized with --tools=all
kedro new --name=basic --starter=spaceflights-pandas
Steps to Reproduce
Expected Result
INFO Pipeline execution completed successfully.
Actual Result
[12/03/24 01:27:05] INFO Using 'conf\logging.yml' as logging configuration. You can change this by setting the KEDRO_LOGGING_CONFIG environment variable accordingly. init.py:270
[12/03/24 01:27:06] INFO Kedro project space session.py:329
The system cannot find the path specified.
Your Environment
Win11, conda-env
pip show kedro
orkedro -V
): Version: 0.19.10python -V
):Python 3.11.10The text was updated successfully, but these errors were encountered: