-
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
Can't run spaceflights-pandas
starter via tools example_pipeline
#3506
Comments
After some digging I found that in our I have opened a PR for this fix here: Unfortunately this won't fix this issue immediately but prevent it happening again. @deepyaman has made a PR with a temporary solution that reverts a change in So there is a discussion to be had if we should go ahead with this. |
This was a really nice write up and summary of the issue @SajidAlamQB -- thanks for taking the time! 🌟 |
Discussed in backlog grooming, we will do a release after #3504 is merged. |
Description
A user who was trying to follow our First Steps guide ran into a an issue whilst executing
kedro run
as specified in the Run the new project step. See slack for more detail.I was able to recreate this bug after installing
kedro
and runningkedro new
with no tools selected and wanting an example project. This combination pulls thespaceflights-pandas
starter and after installing its requirements when trying to run the pipelines I get the same error as the user,RuntimeError: Found unexpected keys in 'pyproject.toml'
.Context
New users are unable to follow the documentation and run the
spaceflights-pandas
starter.Steps to Reproduce
pip install kedro
kedro new
->none
->yes
cd
into projectpip install -r requirements.txt
kedro run
Expected Result
spaceflights-pandas
pipelines should run successfullyActual Result
Your Environment
pip show kedro
orkedro -V
): 0.19.1python -V
): 3.11The text was updated successfully, but these errors were encountered: