mkleinbort-ic

Results 86 comments of mkleinbort-ic

Hi all, any updates? Would love this feature

I hit this same error today. trying to run: ``` python -m uv pip install --system -r pyproject.toml --prerelease=allow ``` on windows. I keep hitting ``` error: Failed to download...

I don't think there is anything special on my setup. 1. Runing gitbash 2. On windows 11 3. running `python -m pip install -r requirements.txt` works 4. running `python -m...

I could try it in the week - but don't have the tooling set up at the moment.

Do you mean this: `"\\?\C:\..."`?

I don't know enough to help - but I definitely can't cd into "\\?\C:\" using powershell or bash in powershel: this works: `cd C:\` this does not `cd \\?\C:\` ```...

![image](https://github.com/astral-sh/uv/assets/112868935/9b620d50-f3ec-4d81-8401-567fb9bc9f89)

Oh, yes, happy if this is handled by uv I just don't want to write a bash script on my end to retry the installation till it works

Yes please - I have some assets that for whatever reason get stuck and never finish. A force terminate + retry usably fixes this. I'd appreciate a global setting (eg....

Just to add to this... I was having issues today where `python -m uv pip install --system --prerelease=allow -r pyproject.toml` was not updating my dependencies as per the `pyproject.toml` It...