Hello everyone! I am just starting out with kedro ...
# questions
l
Hello everyone! I am just starting out with kedro and tried the documented spaceflights example a while back. It worked nicely. Now I tried it again and had issues with dependencies: I had to install Java and now I get errors concerning winutils and hadoop. Any solutions?
d
are you planning on using spark?
otherwise you shouldn't need any of this
l
Me personally no, it just would be nice to have the example pipeline run.
d
Then I would look to do a fresh install and ensure you are only doing the dependencies in the tutorial https://docs.kedro.org/en/stable/tutorial/tutorial_template.html#install-project-dependencies
if you do
pip install kedro-datasets[all]
you'll get A LOT of things you don't need like Spark or Tensorflow
l
alright I will try 🙂 thank you!