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

[GitHub] [arrow] abcbarryn commented on issue #34277: [Python] pyarrow does not disable SIMD CPU optimizations when set to do so.

abcbarryn commented on issue #34277:
URL: https://github.com/apache/arrow/issues/34277#issuecomment-1439122821

   Nope: 
   ARROW_USER_SIMD_LEVEL=NONE python -c 'import pyarrow'
   does not work.
   Neither does
   export ARROW_USER_SIMD_LEVEL=NONE
   python -c 'import pyarrow' 
   I am struggling to try to build pyarrow from source, but so far, it is impossible to use pyarrow at all on my several of my systems. There really ought to be a way to disable the optimizations.


-- 
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