Search Criteria
Package Details: python-safetensors 0.4.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-safetensors.git (read-only, click to copy) |
---|---|
Package Base: | python-safetensors |
Description: | Simple, safe way to store and distribute tensors |
Upstream URL: | https://github.com/huggingface/safetensors |
Licenses: | Apache-2.0 |
Submitter: | Henry-ZHR |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 6 |
Popularity: | 1.04 |
First Submitted: | 2023-01-08 09:54 (UTC) |
Last Updated: | 2024-12-18 15:54 (UTC) |
Dependencies (28)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-setuptools-rust (python-setuptools-rust-gitAUR) (make)
- python-wheel (make)
- flake8 (check)
- python-black (python-black-gitAUR) (check)
- python-click (check)
- python-flaxAUR (check)
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi) (check)
- python-huggingface-hubAUR (python-huggingface-hub-gitAUR) (check)
- python-hypothesis (check)
- python-isort (check)
- python-jaxAUR (python-jax-binAUR) (check)
- python-jaxlibAUR (python-jax-rocmAUR, python-jaxlib-cudaAUR, python-jaxlib-binAUR) (check)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (check)
- python-pytest (check)
- python-pytest-benchmark (check)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (check)
- Show 8 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
actionless commented on 2024-12-20 13:53 (UTC)
weird, i've rebuilt related libraries from (flax, jax, jaxlib), and i still have exception in the same test, although this time it's with stacktrace instead of being just a crash:
and sometimes:
do you have any further ideas where to debug that? although i'm not using jax/flax backend so just skipping that particular test only, make the other tests pass, so prolly i don't even need fixing that
actionless commented on 2024-12-18 19:37 (UTC)
thanks for confirming the expected result, i'll try it, i suspect python-flax pkg
envolution commented on 2024-12-18 19:36 (UTC)
@actionless I can't reproduce on clean chroot, nor on my normal environment. I'd suggest trying to rebuild a handful of the dependencies and - failing that - report upstream:
pikaur -S python-numpy python-torch python-jaxlib python-zstandard python-yaml python-pytest
my clean chroot log:
actionless commented on 2024-12-18 16:54 (UTC)
the log doesn't change
python pkgs list: https://0x0.st/XCaU.txt
envolution commented on 2024-12-18 16:42 (UTC)
@actionless can you please try without the aur helper (pikaur)? I'm not able to reproduce - can you confirm you're using python-h5py and not python-h5py-openmpi?
if you could run that command and share the link it would be appreciated
actionless commented on 2024-12-18 16:18 (UTC)
here it is:
envolution commented on 2024-12-18 15:41 (UTC)
@actionless - it would be great if you'd share the actual failed check. It's possible one of the optional depends should be included in checkdepends - but without seeing your error it's difficult to know which.
If you don't want to bother helping troubleshoot, just install the optional depends and let us know if it's solved.
actionless commented on 2024-12-18 12:16 (UTC)
numpy problem is gone after all arch packages got eventually updated or rebuilt with same newer numpy version, however
check()
is still failing now (but with just crash without any traceback) - do anyone else have the same issue?mane.andrea commented on 2024-08-11 03:00 (UTC)
For context: the error seems to be with Tensorflow. There is a report in Arch
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/issues/11
I upgraded the package and skipped the tensorflow tests, unfortunately.
gatsby commented on 2024-07-23 07:19 (UTC)
Package isn't passing the check. Seems to be related to the NumPy 2.0 update.
1 2 3 4 Next › Last »