PyPI macOS binaries missing for jaxlib 0.1.26
See original GitHub issuepip 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:23 (18 by maintainers)
Top Results From Across the Web
jaxlib - PyPI
While JAX itself is a pure Python package, jaxlib contains the binary (C/C++) parts of the library, including Python bindings, the XLA compiler,...
Read more >Not able to install jaxlib - Stack Overflow
When I do that I get the follow error: ERROR: Analysis of target '//build:build_wheel' failed; build aborted: Configuration Error: --define ...
Read more >EasyBuild v4.6.2 documentation (release 20221021.0)
pass tests on A* GPUs by setting NVIDIA_TF32_OVERRIDE=0 in jax 0.2.19 (#14502); add patch to fix broken (hanging) Mash binaries (#14511); add missing...
Read more >Change log - JAX documentation
jaxlib 0.3.14 (June 27, 2022)#. GitHub commits. x86-64 Mac wheels now require Mac OS 10.14 (Mojave) ...
Read more >jax - jaxlib 0.1.26缺少PyPI macOS二进制文件| bleepcoder.com
使它们运行良好。 jaxlib==0.1.26 的macOS二进制文件似乎丢失了。 ... 我认为我有新的mac轮毂可以工作(标记为0.1.27),但是出于pypi的原因,我们也 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
)