Zanie Blue
Zanie Blue
What's in your `pyproject.toml`?
Interesting, thanks for the report! Seems like a classic weird Windows thing.
Ah interesting. Thanks for the context. Does this work with `pipx`?
@efranksrecroom can you please create a reproduction? You can simulate a crashed subflow run by having it raise a base exception.
Thank you! We'll investigate this :)
Oops, yeah sorry this is really confusing. I think it's roughly like this: - If you request a specific version, we'll respect the requested version and we'll cache it, e.g....
Yeah we probably should? I'm not sure why we wouldn't want to.
We'll need to track this state, presumably in the `pyvenv.cfg`? We don't currently ``` ❯ uv venv --seed Using Python 3.11.10 Creating virtualenv with seed packages at: .venv + pip==24.2...
If you use `uv self update -v` we'll display the current version before doing anything (and not include much else). Fair request though!
Possibility for no output when running a script with `uv run main.py` (that has filled requirements)
Did you try `uv run -q main.py`?