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

Fix uv pip compile with UV_SYSTEM_PYTHON=1 #3136

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

jfcherng
Copy link
Contributor

@jfcherng jfcherng commented Apr 19, 2024

Summary

Following up

It looks like uv pip compile command with UV_SYSTEM_PYTHON=1 is missed because these two PRs are close in time. And thus resulting in

$ uv --version
uv 0.1.34 (9259eceeb 2024-04-19)

$ UV_SYSTEM_PYTHON=1 uv pip compile --upgrade requirements.in -o requirements.txt
error: invalid value '1' for '--system'
  [possible values: true, false]

For more information, try '--help'.

Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx

@charliermarsh charliermarsh merged commit 7a163ba into astral-sh:main Apr 19, 2024
38 checks passed
@jfcherng jfcherng deleted the fix/uv-pip-compile-bool branch April 19, 2024 12:56
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

Successfully merging this pull request may close these issues.

2 participants