Installing from uv

I’m trying to install numpyro on an older MacBook Pro x86.

❯ uv add numpyro
Resolved 132 packages in 583ms
error: Distribution `jaxlib==0.5.1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform

Has anyone run into this issue or know how to resolve it?

Please see this announcement. If you want to use jax>=0.5.0, you need to build your own wheels as described here. Alternative, you should be able to require an older version.

1 Like