Package Details: python-spandrel 0.4.1-2

Git Clone URL: https://aur.archlinux.org/python-spandrel.git (read-only, click to copy)
Package Base: python-spandrel
Description: Library for loading and running pre-trained PyTorch models
Upstream URL: https://github.com/chaiNNer-org/spandrel
Licenses: MIT
Submitter: PhotonX
Maintainer: PhotonX
Last Packager: PhotonX
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-23 17:04 (UTC)
Last Updated: 2026-01-18 13:24 (UTC)

Latest Comments

PhotonX commented on 2026-01-18 13:27 (UTC)

Sorry for late reply, guys, and thanks for providing the fix! Implemented it now.

Bink commented on 2026-01-18 11:04 (UTC)

I can confirm that build is currently failing, and that @Smoolak's suggestion fixes it (thanks @Smoolak).

Smoolak commented on 2025-11-19 12:02 (UTC) (edited on 2025-11-19 12:07 (UTC) by Smoolak)

Line 33 of the PKGBUILD has an issue. Consider this fix:

PYTHONPATH="$PWD/libs/spandrel/build/lib" python -c 'import spandrel'