error on Jaxlib
Closed this issue · 1 comments
I followed the install instructions, and when I ran luxai-s3 main.py main.py --output=replay.json, I got the following error:
This version of jaxlib was built using AVX instructions, which your CPU and/or operating system do not support. This error is frequently encountered on macOS when running an x86 Python installation on ARM hardware. In this case, try installing an ARM build of Python. Otherwise, you may be able work around this issue by building jaxlib from source.
uninstalling/upgrading jaxlib/building jaxlib from source or installing an ARM build of python did not solve this issue.
I am using macOS 14.4 with an apple m3 pro chip.
Thanks!
it seems that using python 3.12 and specifying arch -arm64 solves the issue, but not sure if it will work in the future