You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forBaseSessionStore
. 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.
The text was updated successfully, but these errors were encountered: