pip install error jaxlib
See original GitHub issueI 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:
- Created 5 years ago
- Reactions:2
- Comments:10 (4 by maintainers)
Top 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 >
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
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
@zoobot Please open a new issue with details of your problem and how to reproduce it.