Current issue:
- python-transformers requires python-safetensors 0.8.0, which did not provide lockfile to build. That blocks the update of safetensors in Arch Linux (see https://gitlab.archlinux.org/archlinux/packaging/packages/python-safetensors/-/work_items/1 and https://github.com/safetensors/safetensors/issues/785)
- python-transformers is not compatible with python-tokenizers 0.23.1, I'm still waiting for new version of python-transformers. (see https://github.com/huggingface/transformers/issues/45736)
Current solution:
- Clone https://gitlab.archlinux.org/archlinux/packaging/packages/python-safetensors.git, bump version and remove
--lockedto install python-safetensors 0.8.0 (you can also remove check and checkdepends to avoid installing tensorflow) - Then, use my patch in aur to build compatible python-transformers.
Notice:
- Removing
--lockedmay suffer supply chain attacks. - My patch may broke when transformers updates.
- AIMDO and ComfyUI cannot detect version of torch in Arch Linux (see https://github.com/Comfy-Org/comfy-aimdo/pull/44 and https://github.com/Comfy-Org/ComfyUI/pull/13731), this is not a issue for Nvidia users, but may broke on ROCM.
- python-comfy-kitchen now have 2 version (with
-cudaand no-cuda)
Pinned Comments
lalala_233 commented on 2026-07-11 15:52 (UTC)
Current issue:
Current solution:
--lockedto install python-safetensors 0.8.0 (you can also remove check and checkdepends to avoid installing tensorflow)Notice:
--lockedmay suffer supply chain attacks.-cudaand no-cuda)