-
Notifications
You must be signed in to change notification settings - Fork 66
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
Unknown Python implementation: pypy38 #121
Comments
I think the problem is that this line https://github.com/FFY00/meson-python/blob/dba737a6f77db75a70f2e211586dd59a3f915732/mesonpy/_tags.py#L108 should be but a cursory glance elsewhere in the file shows https://github.com/FFY00/meson-python/blob/dba737a6f77db75a70f2e211586dd59a3f915732/mesonpy/_tags.py#L121 so tests are needed to make sure these paths work properly. Maybe adding a pypy-3.8 run to the pythons tested https://github.com/FFY00/meson-python/blob/dba737a6f77db75a70f2e211586dd59a3f915732/.github/workflows/tests.yml#L23-L29 would trigger some failures? |
Hi @oscarbenjamin, sorry for the delay getting back to you. The PyPy tag handling seems to be incomplete. @mattip how are ABI tags PyPy 3.8 formatted? |
PyPy uses |
gh-135 should fix this. would be great if someone can test that they indeed see that the problem is gone. |
Is there a smaller meson-python project than scipy that I can try out? |
You could try the test suite, install
|
This was fixed, and there is CI for PyPy 3.8 and 3.9 now. The upcoming |
This comes from a SciPy issue: scipy/scipy#16737
As of SciPy 1.9.0
pip install scipy
fails under PyPy with the error message:You can see the CI setup for this up to the line that fails here:
https://github.com/sympy/sympy/blob/7754d037d97d56de9e1bcecb81ecadd4a2e683be/.github/workflows/runtests.yml#L170-L208
The logs for the failed SciPy build are here:
https://github.com/sympy/sympy/runs/7583332309?check_suite_focus=true
The text was updated successfully, but these errors were encountered: