uv pip compile unable to use -o parameter #39862
Unanswered
adaamz
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
42.40
Please tell us more about your question or problem
--output-fileis supported, while shorthand-ois not.Logs (if relevant)
Logs
``` DEBUG: pip-compile: extracted command from header (repository=xxx/renovate-playground) "fileName": "requirements.txt", "argv": [ "uv", "pip", "compile", "requirements.in", "-o", "requirements.txt" ], "commandType": "uv" WARN: pip-compile error (repository=xxx/renovate-playground) "matchedFile": "requirements.txt", "errorMessage": "Option -o not supported (yet)" ```--python-platformcauses error and the pip-compile extractor failsBeta Was this translation helpful? Give feedback.
All reactions