Open tdhooghe opened 2 months ago
i also get the error if i move everything to ./src
, hence ./src
being the only folder in there
uv version is 0.4.9
Thanks for reporting @tdhooghe !
Trying to reproduce from scratch, but it's difficult because I'm hitting #7.
When this first failed for you, what was tree .
looking like?
I reproduced the issue with a tree
like this:
❯ tree
.
├── README.md
├── pyproject.toml
├── src
│ ├── __init__.py
│ └── outputs.py
└── uv.lock
When running
uvx kedro-init .
from within this root folder:I am facing