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
Results under windows in error: failed to remove file <......>\test\Lib\site-packages\../../Scripts/uv.exe
The minimal example is just to show how to trigger the error. The same issue appears with a much more likely uv pip sync, whenever uv is listed as part of the requirements.
The current uv platform
This affects all uv versions under windows (very likely due to the system limitations related to running processes).
There are different workarounds imaginable, so it would be nice if one could be implemented. Alternatively, uv should probably avoid even trying to do this and abort with a nicer error message, indicating that this is not supported - at least under windows, since it works fine on linux.
The text was updated successfully, but these errors were encountered:
On windows, uv should be able to update itself when uv is installed into a virtual environment.
uv pip sync requirements.txt
), ideally including the--verbose
flag.Results under windows in
error: failed to remove file <......>\test\Lib\site-packages\../../Scripts/uv.exe
The minimal example is just to show how to trigger the error. The same issue appears with a much more likely
uv pip sync
, whenever uv is listed as part of the requirements.This affects all uv versions under windows (very likely due to the system limitations related to running processes).
There are different workarounds imaginable, so it would be nice if one could be implemented. Alternatively, uv should probably avoid even trying to do this and abort with a nicer error message, indicating that this is not supported - at least under windows, since it works fine on linux.
The text was updated successfully, but these errors were encountered: