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
I had installed uv from brew and was trying to run uv self update. However, that won't work (and it shouldn't, so kudos)!
The only thing was that the error message could be improved a bit.
Show the user a proper error message when built without self-update instead of pretending the feature doesn't exist.
```
error: uv was installed through an external package manager, and self-update is not available. Please use your package manager to update uv.
```
Fixes#8318
I had installed
uv
frombrew
and was trying to runuv self update
. However, that won't work (and it shouldn't, so kudos)!The only thing was that the error message could be improved a bit.
I would like to see something along the lines of "Hey, it looks like you're trying to self-update. However,
uv
was installed fromThanks for a great and fast tool.
The text was updated successfully, but these errors were encountered: