question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PyPI macOS binaries missing for jaxlib 0.1.26

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:23 (18 by maintainers)

github_iconTop GitHub Comments

3reactions
mattjjcommented, Aug 27, 2019

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…

1reaction
jekbradburycommented, Oct 15, 2019

You need to upgrade your pip (pip install --upgrade pip)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found