Search Criteria
Package Details: python-jaxlib 0.5.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jaxlib.git (read-only, click to copy) |
---|---|
Package Base: | python-jaxlib |
Description: | XLA library for JAX |
Upstream URL: | https://github.com/jax-ml/jax/ |
Keywords: | deep-learning google jax machine-learning xla |
Licenses: | Apache-2.0 |
Groups: | jax |
Submitter: | daskol |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 7 |
Popularity: | 0.104219 |
First Submitted: | 2021-01-12 12:50 (UTC) |
Last Updated: | 2025-03-05 12:01 (UTC) |
Dependencies (10)
- python-absl
- python-flatbuffers (python-flatbuffers-gitAUR)
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- clang18 (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (6)
- python-blackjax
- python-jax
- python-jax-bin
- python-safetensors (check)
- python-safetensors (optional)
- python-safetensors-bin (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
h3ss commented on 2023-09-23 02:51 (UTC) (edited on 2023-09-23 02:53 (UTC) by h3ss)
@daskol
I tried flushing the cache, building with a different AUR helper (yay vs paru) and also doing a git clone from the AUR and makepkg -si, the transcript of which you can see here:
https://pastebin.com/EesEmx94
In all circumstances, I get the same error. This goes for the python-jaxlib-cuda package as well. To be clear, the wheel does build successfully, it just doesn't finish making the package because the file name of the wheel doesn't match what makepkg expects it to be.
Could you clarify what the expected wheel file name is? What is the wheel file name when you build it in your environment?
daskol commented on 2023-09-22 16:07 (UTC)
@h3ss BTW I'm not sure but still. Have you tried to flush build cache? I'll try to build from scratch once again after a while.
h3ss commented on 2023-09-22 15:14 (UTC)
@daskol I'm sorry to report that I'm still encountering the same issue. The wheel file created is:
But the PKGBUILD is looking for
jaxlib-0.4.16-*.whl
:daskol commented on 2023-09-22 10:36 (UTC) (edited on 2023-09-22 10:44 (UTC) by daskol)
@toyan @h3ss Fixed and tested in clean room. Somehow envvars leaked in build time.
h3ss commented on 2023-09-22 04:21 (UTC)
@daskol I was getting the same error as @toyan, even with the latest build. Error was:
This error occurs because of the
-
that @toyan recommended deleting. The filename created has a.
instead:I was able to install by editing the PKGBUILD as @toyan described.
daskol commented on 2023-09-21 21:48 (UTC)
@toyan Try one more time. I've added this envvar in order to override release version for out of VCS tree builds.
toyan commented on 2023-09-21 21:46 (UTC) (edited on 2023-09-21 21:51 (UTC) by toyan)
ERROR: A failure occurred in package(). Aborting...
To fix: replace
$srcdir/jax-jaxlib-v$pkgver/dist/jaxlib-$pkgver-*.whl
with$srcdir/jax-jaxlib-v$pkgver/dist/jaxlib-$pkgver*.whl
daskol commented on 2023-09-21 16:23 (UTC)
@petronny Fixed.
petronny commented on 2023-09-21 15:35 (UTC)
https://github.com/arch4edu/cactus/actions/runs/6261908604/job/17002950698
daskol commented on 2022-12-15 13:45 (UTC)
@carsme Thanks! Fixed package metadata.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »