jax: PyPI macOS binaries missing for jaxlib 0.1.26
pip install --upgrade jax jaxlib
currently fetches jaxlib==0.1.25
on macOS, which breaks all JAXnet tests, while
pip install --upgrade jax jaxlib==0.1.23
makes them run fine. The macOS binary for jaxlib==0.1.26
seems to be missing.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 23 (19 by maintainers)
Commits related to this issue
- update jaxlib version for macOS wheels cf. #1254 — committed to google/jax by mattjj 5 years ago
I think I’ve got new mac wheels that work (labeled 0.1.27) but we need to bump the linux wheels as well for pypi reasons. Building those now…
You need to upgrade your pip (
pip install --upgrade pip
)We added Python 3.6 wheels for Jaxlib 0.1.27, so I think this is now fixed.
Thanks for checking! @JuliusKunze does the wheel for 3.7 import and run properly? If so I can figure out how to add the 3.6 wheels. If not I want to solve the import problem first.
It looks like there isn’t a new wheel for Python 3.6 on OS X yet.
Can confirm,
0.1.26
works with Anaconda and doesn’t outside of it.