Closed f-istvan closed 4 years ago
Are you inside a Kedro project? kedro install
is a project-specific from your kedro-cli.py
and you need to be in the root directory of your Kedro project to be able to use it.
It's there to install your project dependencies and so is necessarily a project-specific command.
Hi,
That's exactly what I missed. I have:
kedro-exercises kedro-hooks-tutorial kedro-training kedro-tutorial LICENSE.md README.md
and had to go into cd kedro-tutorial
.
The error message is very misleading though.
Thank you!
Glad to hear its sorted now and thank you for the feedback on the error being misleading (I tend to agree). I'll file a ticket about making the error more specific and will close this for now as it's fixed. Feel free to open another issue if you come across anything else. :)
Description
Running
$ kedro install
fails with:Environment
$ python --version
Python 3.6.6
$ kedro info
Thank you for the answers!