You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "assignUser (via GitHub)" <gi...@apache.org> on 2023/02/21 03:01:53 UTC

[GitHub] [arrow] assignUser commented on issue #34268: [Python] Pyarrow throw illegal instruction immediately on import on some hardware platforms.

assignUser commented on issue #34268:
URL: https://github.com/apache/arrow/issues/34268#issuecomment-1437793942

   The pyarrow wheels are compiled assuming SSE4.2 is available. You CPU is quite old and does not support that instruction set. You will have to build pyarrow/libarrow yourself see the [docs](https://arrow.apache.org/docs/cpp/env_vars.html#envvar-ARROW_USER_SIMD_LEVEL) on how to control the SIMD level.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org