-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve error message when executing kedro run
without pipeline
#3794
Comments
You need to install the project dependencies to run a project. (which could be pandas, pyspark etc depending what you have selected). The steps should be kedro new
cd <project_name>
pip install -r . or pip install -e .
kedro run If this solve the issue please close the ticket. |
I see that the docs are confusing, you need to have a pipeline in order to run
|
I see. I don't have a pipeline, I was just following the installation instructions in sequence. The docs would benefit from clarifying that a pipeline is needed. Once I have built one, I will try again. In the meantime, you can close the ticket. Thanks. |
Thanks for opening this issue @davidmosca and sorry you had a bumpy first experience. I don't think this is only a docs issue: if there are no pipelines defined,
|
Then I don't know. I just followed the installation instructions sequentially with tools 1,2,4,5,7. |
If anything, there are 2 issues here:
kedro/docs/source/get_started/new_project.md Lines 123 to 133 in 2b6f741
|
Consider adding some warning about an empty project.
|
kedro run
kedro run
without pipeline
Hey is this issue still open, since I want to work on it |
Hi @doshi-kevin , go ahead! |
Hey @astrojuanlu, could you tell me which changes are yet to be applied? Since I see no change in the documentation, I am getting a different error message upon running the command kedro run. |
Description
After having installed Kedro as per the instructions (https://docs.kedro.org/en/stable/get_started/new_project.html#run-the-new-project), I get an error message when I execute
kedro run
.Context
This bug prevents me from completing the installation of Kedro.
Steps to Reproduce
activate the kedro environment:
conda activate myenv
execute kedro:
kedro run
Expected Result
The execution should complete without errors.
Actual Result
The run fails and the the stack trace shows an error message.
Your Environment
pip show kedro
orkedro -V
): 0.19.3python -V
): 3.11.8The text was updated successfully, but these errors were encountered: