-
Notifications
You must be signed in to change notification settings - Fork 50
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
No support for PEP 517 builds #499
Comments
I think PR #445 will fix this. $ pip3 install git+https://github.com/kleisauke/pyvips.git@pyproject-toml --use-pep517 --break-system-packages
[...]
Successfully built pyvips
Installing collected packages: pyvips
Successfully installed pyvips-2.2.3 |
Actually, it seems that the underlying issue might be
FWIW, the command mentioned here also works for me without any issues. |
... according to https://peps.python.org/pep-0517/, it should revert to the
So, IIUC, pyvips should already be compatible with PEP 517. |
Hello,
I've been trying to install pyvips using poetry 1.8.2, and it fails, returning me the following error :
I've found a workaround using an older version of poetry, alongside installing some apt packages, but i would find an issue that uses the latest version of Poetry.
Thanks in advance !
The text was updated successfully, but these errors were encountered: