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 Next › Last »
medaminezghal commented on 2024-12-26 12:14 (UTC)
@rekman for the jax problem just use
export XLA_FLAGS=--xla_gpu_cuda_data_dir=/opt/cudato fix it (you can add it to .bashrc file for example). But, I got other problems in the test processrekman commented on 2024-12-23 19:55 (UTC)
I think this will have issues rebuilding for Python 3.13 due to issues with building the latest python-jax. As I understand it those are due to upstream packaging and will have to wait for a new upstream release.
daskol commented on 2024-12-01 10:50 (UTC)
@hashworks @toynbeeidea The issue is related to other package
python-dm-treewhich is testing dependency forpython-chex. Solution is to rebuildpython-dm-treee(which depends on shared objects).This package is not broken. Rebuilt
python-dm-treedependency.hashworks commented on 2024-10-09 10:06 (UTC)
Check now fails due to
abseil-cppupdate:ImportError: libabsl_strings.so.2401.0.0: cannot open shared object file: No such file or directory.It should use
/usr/lib/libabsl_strings.so.2407.0.0.sbrl commented on 2024-08-08 13:57 (UTC)
@daskol There was the release https://github.com/jax-ml/ml_dtypes/releases/tag/v0.4.0 built against numpy==2.0.0rc1, so I'm not entirely sure what's going on here. More investigation required.
daskol commented on 2024-07-19 11:40 (UTC)
@sbrl The issues occurs in
checkstage. You can just skip it with--nocheckoption.It seems that
python-jaxorpython-jaxlibcause that exception. They depend onpython-ml-dtypes. And all their binary extensions depend on versionpython-numpywhich breaks ABI in version 2. Are these packages built withpython-numpy>=2?daskol commented on 2024-07-19 09:01 (UTC)
@timostolz It seems that you installed
python-dm-treewith Python 3.11 then updated to Python 3.12. I've already bumpedpython-dm-treeversion to trigger rebuilt with Python 3.12 in June.timostolz commented on 2024-07-19 05:28 (UTC)
The build was working after explicitely re-building and re-installing
aur/python-dm-treetimostolz commented on 2024-07-19 05:24 (UTC)
Since the lastest update, builds fail for me.
(
aur/python-dm-treeis installed)sbrl commented on 2024-07-18 14:18 (UTC)
This package doesn't build for me. I get the following error:
Full transcript: https://pastebin.com/raw/TGLcVCZF
I tried rebuilding python-dm-tree [from the aur] as @daskol suggested, but this has not helped my issue.
Obviously there's an issue here with Numpy and
ml-dtypescompiling against it, but I am kinda stumped as to how to resolve this.I have python-ml-dtypes@0.4.0-2 installed via
pacman. The same package appears to be version 0.4.0 on PyPi, so this suggests to me that either this package is linking against ml-dtypes when it shouldn't, or ml-dtypes has yet to be updated to support Numpy 2.0, which was released on 16th June 2024.uname -a
Linux DEVICE_NAME 6.9.7-artix1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 18:11:28 +0000 x86_64 GNU/Linux,python --versionPython 3.12.4My original intention was to install python-transformers.
« First ‹ Previous 1 2 3 Next › Last »