-
Notifications
You must be signed in to change notification settings - Fork 23
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
pip install fails unless cffi installed first and separately #27
Comments
Oops I didn't look at closed issues... I see #6 looks like this. But it does not appear to be solved, or perhaps has re-appeared on more modern pip? |
maybe need to workaround Issue jbaiter#27.
I *think* this is the modern way to specify setup_requires... Hopefully this fixed Issue jbaiter#27. The `cffi` parts of the toml file come from [1]. [1] pyca/cryptography#3548
bump; Same issue :/ |
I'm not really using this library anymore but I still bundle it in my docker image: https://gitlab.com/plom/plom/-/blob/main/Dockerfile#L39
|
Those two pip lines of code don't work anymore:
With pip 23.2 i get an error:
|
Same problem for me. Using 3.11.4 built with (homebrew-provided) pyenv.
|
Same. |
How to install this? I have cffi installed already, but setup can't find it. |
This fails:
This also fails:
But this succeeds:
Because of this I cannot figure out how to put
jpegtran-cffi
into arequirements.txt
.Maybe something wrong with how
cffi
is specified as a dependency? See also #26 which mentions pip not working "out of the box"...Here's the output on a fairly barebones Ubuntu 18.04 docker image:
The text was updated successfully, but these errors were encountered: