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
Forward an error for missing temp directories:
```
$ env TMPDIR=.tmp uv-debug pip install httpx
error: No such file or directory (os error 2) at path "/home/konsti/projects/uv/.tmp/.tmpgIBhhh"
```
Fixes#6878
Is there a reason why this needs to be an error and why we wouldn't instead just create this directory if it does not exist? That would be a much better user experience from my point of view.
I think uv should create the folder if it does not exist rather than crash.
The text was updated successfully, but these errors were encountered: