Search Criteria
Package Details: python-jax 0.7.0-1
Package Actions
| 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/jax-ml/jax/ |
| Keywords: | autograd deep-learning jax jit machine-learning ml xla |
| Licenses: | Apache-2.0 |
| Groups: | jax |
| Submitter: | daskol |
| Maintainer: | daskol (ei-grad) |
| Last Packager: | daskol |
| Votes: | 14 |
| Popularity: | 0.013102 |
| First Submitted: | 2019-08-04 14:29 (UTC) |
| Last Updated: | 2025-07-22 20:42 (UTC) |
Dependencies (11)
- python-jaxlibAUR (python-jaxlib-cudaAUR, python-jaxlib-binAUR, python-jax-rocmAUR)
- python-ml-dtypes
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-opt_einsum
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR) (optional) – Australis
- python-requests (optional) – Distributed computations
Required by (39)
- mitsuba3-git
- python-array-api-compat (optional)
- python-autoray (check)
- python-blackjax
- python-chex
- python-d2l (optional)
- python-dm-haiku
- python-eagerpy-git (optional)
- python-equinox
- python-etils (optional)
- python-felupe (optional)
- python-finitediffx
- python-flax
- python-galpy (optional)
- python-jax-jumpy (check)
- python-jax-jumpy (optional)
- python-jaxtyping (optional)
- python-jmp
- python-kernex
- python-mpi4jax
- python-mpi4jax-cuda
- python-mpi4jax-sycl
- python-openvino (optional)
- python-openvino-git (optional)
- python-optax
- python-orbax-checkpoint
- python-orbax-export
- python-pennylane (optional)
- python-phiflow (check)
- python-pot (optional)
- python-protes
- python-pymanopt (optional)
- python-pytensor (check)
- python-pytensor (optional)
- python-safetensors (optional)
- python-safetensors-bin (optional)
- python-scikit-fem (check)
- python-tensorly (optional)
- python-underthesea
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
Henry-ZHR commented on 2023-10-21 04:24 (UTC)
At least it's necessary for Yay users. Yay runs
prepare()andbuild()in different shells.daskol commented on 2023-10-21 00:04 (UTC)
@Henry-ZHR It is not necessary (see
python-tensorflowas an example) but I agree that shorter is better.zxeoc commented on 2023-10-11 04:05 (UTC)
PKGBUILD asks for "jax-$pkgver-.whl" but there is only jax-$pkgver.whl(no "-" after $pkgver)
Henry-ZHR commented on 2023-10-07 04:43 (UTC) (edited on 2023-10-07 04:44 (UTC) by Henry-ZHR)
export JAX_RELEASEshould be inbuild()instead ofprepare().Henry-ZHR commented on 2023-09-01 04:41 (UTC)
Failed to build:
FileNotFoundError: [Errno 2] No such file or directory: 'jax-jax-v0.4.15/dist/jax-0.4.15-py3-*-*.whl'There is only
jax-0.4.15.dev20230901-py3-none-any.whldaskol commented on 2023-07-18 21:17 (UTC)
@jb53 The issue was caused by
python-ml-dtypes(dependency forpython-jax). Now it is fixed.daskol commented on 2023-07-17 08:59 (UTC)
@jb53 It is a bit odd since
python-jaxdoes not depend onpybind11at all whilstpython-jaxlibdepends on it butpybind11is 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 havepybind11-2.11.0-1installed. 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.zstand 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-jaxitself isanysince it is pure Python package. But it depends onpython-numpy,python-ml-dtypes, and, of course,python-jaxlibwhich are notany.« First ‹ Previous 1 2 3 4 Next › Last »