-
Notifications
You must be signed in to change notification settings - Fork 27
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
Jaxlib CPU issues #5
Comments
The error
is caused by trying to pip install jax on a mac with an M1 chip. You can see a discussion about workarounds here. Basically, the two approaches seem to be installing jax with conda (from conda-forge) or installing jax via miniforge. I haven't been able to test either approach since I don't have an M1 chip... Would you be able to try the following and let me know how it goes?
|
I think PR #6 fixes the installation issues with the conda environment, and I was able to install it on CPU on an M1 Mac via the Linux CPU conda file ( I submitted PR #7 to add a Mac-specific conda environment file to fix this, but it only supports CPU. For native Apple Silicon Metal support, see this related Jax issue: jax-ml/jax#8074 |
OK so final answer here is to install via conda
|
make sure the current working directory for your terminal is
|
I am running off my Mac laptop and I installed pip as such: pip install "jax[cpu]" and now I am getting this error just when running the first line of the keypoint-MoSeq walkthrough
The text was updated successfully, but these errors were encountered: