Skip to content
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

several errors when building python 3.8 wheels for CPython 3.8 musllinux i686 #2142

Open
martibosch opened this issue Aug 25, 2023 · 2 comments

Comments

@martibosch
Copy link

I am building wheels using cbuildwheel for several linux and macos distribution and Python versions from 3.8 to 3.11. All combinations work except for 3.8 in musllinux i686, where several errors are raised, e.g.:

  • /tmp/pip-build-env-8mnbjjma/overlay/lib/python3.8/site-packages/pythran/pythonic/include/types/numpy_expr.hpp:740:5: error: 'simd_iterator' does not name a type; did you mean 'nditerator'?
  • /tmp/pip-build-env-8mnbjjma/overlay/lib/python3.8/site-packages/pythran/pythonic/utils/broadcast_copy.hpp:445:39: error: wrong number of template arguments (1, should be 2)
  • /tmp/pip-build-env-8mnbjjma/overlay/lib/python3.8/site-packages/pythran/pythonic/utils/broadcast_copy.hpp:445:40: error: expected identifier before ';' token
  • /tmp/pip-build-env-8mnbjjma/overlay/lib/python3.8/site-packages/pythran/pythonic/utils/broadcast_copy.hpp:448:35: error: 'vT' has not been declared

see https://github.com/martibosch/pylandstats/actions/runs/5974429000/job/16208558798 for the full logs. How can these be avoided?

@martibosch
Copy link
Author

@serge-sans-paille
Copy link
Owner

serge-sans-paille commented Sep 6, 2023

Can you try disabling USE_XSIMD , probably by removing it from the pythranrc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants