-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
PyPy builds of rust-numpy started failing with Maturin 0.12.13 #882
Comments
Line 292 in 467c3dd
So somehow it builds multiple wheels instead of just one. |
The logs contain
so as |
It's kinda odd that it seems to work with I'm trying to reproduce the |
I'm releasing v0.12.14-beta.1, please give it a try after the build finished. I'll cut a new release once we verified that the problem is resolved. |
Seems to work: https://github.com/PyO3/rust-numpy/runs/6162637050?check_suite_focus=true Thank you for investigating and resolving this so quickly! |
v0.12.14 should be out soon: https://github.com/PyO3/maturin/actions/runs/2223028291 |
Bug Description
CI builds of rust-numpy using PyPy started failing using Maturin 0.12.13 with the following panic message
Your Python version (
python -V
)PyPy 7.3.9
Your pip version (
pip -V
)pip 22.0.4
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
https://github.com/PyO3/rust-numpy/runs/6155671160?check_suite_focus=true
The text was updated successfully, but these errors were encountered: