-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
uv pip compile|install
can't handle --no-binary lxml
option in requirements file
#1461
Comments
Ah yeah, I think this is a separate issue. We don't support all flags in |
+1 All my projects with postgres I use a smaller lib from psycopg2 and uv doesn't support
|
@felipewove -- Just to clarify, we do support |
@charliermarsh got it, thanks! I have it automated on my containers, so I'll make some workaround just for some env to test UV ;) |
Hi is there any update on supporting |
I can probably add support for this, it's come up multiple times now. |
This obviously works on pip + pip-tools which we use.
Our relevant
base.in
:which results in the
base.txt
:pip-tools can produce this file, but
uv pip compile
doesn't understand this option:Details
Repository is https://github.com/open-formulieren/open-forms so you can take a look at the requirements files yourself (and the
./bin/compile_dependencies.sh
script).Running in a pre-existing virtualenv.
The text was updated successfully, but these errors were encountered: