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.

pip install error jaxlib

See original GitHub issue

I cannot install jaxlib on Windows PC (CPU only).

> pip install --upgrade jaxlib
Collecting jaxlib
  Could not find a version that satisfies the requirement jaxlib (from versions: )
No matching distribution found for jaxlib
> pip search jaxlib
jaxlib (0.1.11)  - XLA library for JAX
> python
Python 3.6.8 |Anaconda, Inc.| (default, Feb 21 2019, 18:30:04) [MSC v.1916 64 bit (AMD64)] on win32

How can I install it?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
hawkinspcommented, Mar 14, 2019

Thanks for your interest!

We don’t yet support WIndows builds, I’m afraid, only Linux and Mac. That said, there’s no good reason why we couldn’t support Windows; it’s just that we don’t have time to work on it. PRs are welcome, if you want to help out!

Duplicate of #438

0reactions
hawkinspcommented, May 5, 2022

@zoobot Please open a new issue with details of your problem and how to reproduce it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

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 >
jaxlib - PyPI
pip install jaxlib ... jaxlib is the support library for JAX. While JAX itself is a pure Python package, jaxlib contains the binary...
Read more >
How to use the jaxlib.version.__version__ function in ... - Snyk
To help you get started, we've selected a few jaxlib.version. ... cause of this error is that you installed jaxlib ' 'using pip,...
Read more >
Building from source - JAX documentation
Building JAX involves two steps: Building or installing jaxlib , the C++ support library for jax . Installing the jax Python package.
Read more >
Jaxlib - :: Anaconda.org
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, ... conda install -c "conda-forge/label/broken" jaxlib
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