-
Notifications
You must be signed in to change notification settings - Fork 760
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
Bug: uv help pip compile
failing with error: program not found
#5124
Comments
Thanks! |
This sounds like the dreaded " |
Running the
|
Note I'm referring to the |
I've remembered that Cargo uses a custom "resolve_executables" method instead of |
Just to confirm, this works as intended if the pager is not found by
|
@zanieb - Do you think we can fix this for a release today? |
@charliermarsh if someone with a Windows machine wants to test, it's either a trivial "pass the full path to the subprocess invocation" or turn off paging on Windows to resolve the issue immediately and explore the proper solution. |
I can test it. |
Can confirm working well with the latest version, thanks a bunch |
Awesome, thank you. |
Running the command
uv help pip compile -v
is failing withAs advised by @zanieb,
uv help pip compile --no-pager
is working as expected.Additionally
uv pip compile --help
is working aswell, however the output differs from the above command in structure & content.The text was updated successfully, but these errors were encountered: