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
It's been a while since I've updated my hatch install. I ran pipx upgrade hatch and it failed due to the uv dependency that was added (#1393).
Unfortunately, uv generally does not compile on Windows ARM64 because of the upstream issue it has with libz-ng-sys (astral-sh/uv#3888 (comment)).
Is it possible to make hatch[pip] a separate package and make pip the default until upstream figures things out? If not, I'll move on to another dependency manager but I really do like hatch.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi,
It's been a while since I've updated my hatch install. I ran
pipx upgrade hatch
and it failed due to theuv
dependency that was added (#1393).Unfortunately,
uv
generally does not compile on Windows ARM64 because of the upstream issue it has withlibz-ng-sys
(astral-sh/uv#3888 (comment)).Is it possible to make
hatch[pip]
a separate package and makepip
the default until upstream figures things out? If not, I'll move on to another dependency manager but I really do like hatch.The text was updated successfully, but these errors were encountered: