Hi all - any ideas on the below? Getting started ...
# questions
l
Hi all - any ideas on the below? Getting started on a Kedro project and running into issues with
kedro run
. This is kedro 0.18.5 and Python 3.9.12
p
Are you running the command from the root of your Kedro project?
l
Figured out my problem... somehow the project structure didn't have
pyproject.toml
in the root of the project. Moved it here and it worked
👍 1