-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I so much want to host my kedro visualization on Github pages but the public folder that gets created just has 404 files(404.html)
I get the below error while running "kedro-static-viz static-viz"
2021-03-31 22:42:03,412 - kedro.framework.session.store - INFO - read()
not implemented for BaseSessionStore
. Assuming empty store.
kedro.framework.cli.utils.KedroCliError: Could not find a Kedro project root. You can run kedro viz
by either providing --load-file
flag with a filepath to a JSON pipeline representation, or if the current working directory is the root of a Kedro project.
Run with --verbose to see the full exception
Error: Could not find a Kedro project root. You can run kedro viz
by either providing --load-file
flag with a filepath to a JSON pipeline representation, or if the current working directory is the root of a Kedro project.
Could you please help? Thank you.