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
FYI if you are having some install issues due to the uv backend, make sure to set the environment variable UV_PREVIEW=1 before doing pip install -e . or uv pip install -e ..
Right now, I'm trying out this experimental backend to replace setuptools, which should stabilize and not be a "preview" feature in the near future. Then we can return to business as normal with no need to set the environment variable.
The text was updated successfully, but these errors were encountered:
FYI if you are having some install issues due to the uv backend, make sure to set the environment variable
UV_PREVIEW=1
before doingpip install -e .
oruv pip install -e .
.Right now, I'm trying out this experimental backend to replace setuptools, which should stabilize and not be a "preview" feature in the near future. Then we can return to business as normal with no need to set the environment variable.
The text was updated successfully, but these errors were encountered: