Package Details: python-jax 0.4.31-1

Git Clone URL: https://aur.archlinux.org/python-jax.git (read-only, click to copy)
Package Base: python-jax
Description: Composable transformations of Python+NumPy programs
Upstream URL: https://github.com/google/jax/
Keywords: autograd deep-learning jax jit machine-learning ml xla
Licenses: Apache
Groups: jax
Submitter: daskol
Maintainer: daskol (ei-grad)
Last Packager: daskol
Votes: 7
Popularity: 0.38
First Submitted: 2019-08-04 14:29 (UTC)
Last Updated: 2024-08-13 00:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

daskol commented on 2023-07-17 08:59 (UTC)

@jb53 It is a bit odd since python-jax does not depend on pybind11 at all whilst python-jaxlib depends on it but pybind11 is vendored and is already resolved dependency.

jb53 commented on 2023-07-16 10:20 (UTC) (edited on 2023-07-16 13:40 (UTC) by jb53)

When I try to install it, I get ERROR Missing dependencies: pybind11~=2.10.0. I have pybind11-2.11.0-1 installed. Anybody knows how to fix this?

EDIT: I downgraded with sudo pacman -U https://archive.archlinux.org/packages/p/pybind11/pybind11-2.10.4-3-any.pkg.tar.zst and now it seems to work.

petronny commented on 2023-03-31 07:17 (UTC)

Thanks for the explanation. And now the arch4edu repository starts to provide the prebuilt binaries of python-jax for both x86_64 and aarch64.

daskol commented on 2023-03-28 09:37 (UTC)

@petronny Package python-jax itself is any since it is pure Python package. But it depends on python-numpy, python-ml-dtypes, and, of course, python-jaxlib which are not any.

petronny commented on 2023-03-28 09:35 (UTC)

Hi, is this an any package or should the arch field be set as (x86_64 aarch64) and so on?

daskol commented on 2023-02-12 22:55 (UTC) (edited on 2023-02-12 22:55 (UTC) by daskol)

@carlosal1015 Fixed. Thanks.

FYI There is a Arch package build system maintained by Arch maintainers. So, may be, it is worth to reuse it to build packages instead of building docker images and then install built packages into a docker container.

daskol commented on 2023-02-12 21:32 (UTC)

@carlosal1015 I have updated PKGBUILD and the issues should goes away.

It seems that make dependency on python-wheel is missing. It is a bit strange because python-setuptools depended on python-wheel as far as I remember. Anyway, the issue should be fixed now.