-
Notifications
You must be signed in to change notification settings - Fork 223
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
Build error with maturin 1.8.0 #541
Comments
Met the same error yesterday |
the same mistake |
Same issue when trying to install orjson 3.10.12 on armv6 |
I soleved this by downloading tar.gz from pypi and then edit the pyproject.toml to right format. |
Fixed in 3.10.13. If you are not building strictly for your own use, there is nothing to do but upgrade to at least this version (or wait for maturin to possibly revert the breaking change). |
Now it doesn't build because it explicitly requires maturin 1.7.8. The PR from @Staudey should fix the issue in a more permanent fashion that won't require updating the version in pyproject.toml for each release. I wouldn't expect a maturin revert; based on everything I've read, the change was intentional. |
Building with maturin 1.8.0 fails with the following error:
Corresponding maturin change: PyO3/maturin#2391
The text was updated successfully, but these errors were encountered: