Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hatch -v is mysteriously silent when using uv #1767

Closed
dhdaines opened this issue Oct 25, 2024 · 1 comment
Closed

hatch -v is mysteriously silent when using uv #1767

dhdaines opened this issue Oct 25, 2024 · 1 comment

Comments

@dhdaines
Copy link
Contributor

When my project uses really big dependencies like PyTorch, I like to use hatch -v to know what the h*ck is going on during the 3 to 75 minutes while it is " .. Installing project in development mode".

I first noticed that hatch -v test no longer does this, and wondered why until I realized that it is now using uv by default. That's cool, but it means that I am now using twice the disk space and network bandwidth unless I also use uv in my default environment... and also I need to make sure to set UV_EXTRA_INDEX_PATH if I don't want 10 gigabytes of NVidia garbage to download along with torch. I'll submit a documentation PR :)

But also, uv is deathly silent even when -v is passed to hatch. So, I dunno... is my network broken? Did I run out of disk space again because of those 10 gigabytes of NVidia nonsense? (yes)

It looks like maybe we can just pass on -v to uv?

@dhdaines
Copy link
Contributor Author

Oops! Sorry! This problem has already been fixed... Closing it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant