Search Criteria
Package Details: python-chex 0.1.91-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-chex.git (read-only, click to copy) |
|---|---|
| Package Base: | python-chex |
| Description: | A library of utilities for helping to write reliable JAX code |
| Upstream URL: | https://github.com/google-deepmind/chex |
| Keywords: | deepmind dm jax |
| Licenses: | Apache-2.0 |
| Groups: | deepmind, jax |
| Submitter: | daskol |
| Maintainer: | daskol |
| Last Packager: | daskol |
| Votes: | 4 |
| Popularity: | 0.001680 |
| First Submitted: | 2023-02-13 21:46 (UTC) |
| Last Updated: | 2025-09-09 07:13 (UTC) |
Dependencies (12)
- python-absl
- python-jaxAUR (python-jax-binAUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-toolz
- python-typing_extensions
- python-build (make)
- python-flit-core (make)
- python-installer (make)
- python-wheel (make)
- python-cloudpickle (check)
- python-dm-treeAUR (python-dm-tree-gitAUR) (check)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2 3
zxeoc commented on 2024-04-22 14:53 (UTC)
@daskol It solved the issue. Thank you.
daskol commented on 2024-04-18 07:35 (UTC)
@zxeoc The issue is in check stage of package building. Dependency package
python-dm-treecauses this issue since it is built and linked with obsolete version ofabseil-cpp. The solution is to rebuildpython-dm-treefirst and then build this package again.zxeoc commented on 2024-04-18 05:08 (UTC)
Installation reports:
daskol commented on 2023-05-31 11:31 (UTC)
@carlosal1015 I've remove constraint on Python. There is a
PKGBUILDin AUR to satisfy dependency onpython-dm-tree.« First ‹ Previous 1 2 3