Closed astrojuanlu closed 6 months ago
For the record, I created the project with kedro new --starter=spaceflights-pandas-viz --name spaceflights-mlflow3
@astrojuanlu Are you able to run kedro run
in the same environment? It's likely some error happens when bootstrap_project
fails and the component isn't created properly.
kedro new --starter=spaceflights-pandas-viz --name test-kedro-vscode && cd test-kedro-vscode
uv venv && uv pip install -r requirements.txt && uv pip uninstall kedro-telemetry
kedro run
worksThis is fixed in 0.0.2 🎉
This is what I see in the output: