Closed tobiasgerstenberg closed 3 months ago
Hi Tobi - I suspect what is going on is that you are using an ARM Mac, but somehow have an x86 Python installed.
To test this hypothesis, first try running file $(which python)
. Does it say something like Mach-O 64-bit executable arm64
, or does it say something about x86?
If the latter (x86), then I suspect you need to reinstall Python, making sure to install the ARM version, for example using CONDA_SUBDIR=osx-arm64
.
If the former (arm), then more investigation needed…
great -- thanks for your help!
running this command and then following the readme worked for me.
CONDA_SUBDIR=osx-arm64 conda create -n py312 python=3.12
hi,
i got this error on an M1 mac with a fresh install of python 3.12.4 via conda and then running
pip install jax jaxlib
any clue how to fix this?