-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description: I'm encountering an issue when using uv pip to install Python packages. Specifically, the build process for jsmin==2.2.2 fails, while doing the same with native pip passes.
Steps to Reproduce
Using uv:
uv pip install setuptools
uv pip install azure-cli
This results in a failure:
9.923 × Failed to download and build `jsmin==2.2.2`
9.923 ╰─▶ Build backend failed to determine requirements with `build_wheel()`
9.923 (exit status: 1)
9.923
9.923 [stderr]
9.923 /root/.cache/uv/builds-v0/.tmpdkIMOq/lib/python3.9/site-packages/setuptools/_distutils/dist.py:261:
9.923 UserWarning: Unknown distribution option: 'test_suite'
9.923 warnings.warn(msg)
9.923 error in jsmin setup command: `use_2to3` is invalid.
Using regular pip(v24.0):
pip install setuptools
pip install azure-cli
This works successfully without errors.
Additional Information
uv Platform: "Debian GNU/Linux 10 (buster)"
uv Version: uv 0.5.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working