Yes, it crashes on startup with this log:
File "/usr/bin/anki", line 16, in <module>
import aqt
File "/usr/lib/python3.9/site-packages/aqt/__init__.py", line 18, in <module>
from anki.collection import Collection
File "/usr/lib/python3.9/site-packages/anki/collection.py", line 19, in <module>
from anki._legacy import DeprecatedNamesMixin, deprecated
File "/usr/lib/python3.9/site-packages/anki/_legacy.py", line 12, in <module>
import stringcase
That got introduced in commit 0ddd316388 (2021-06-26). It compiles fine btw, just running won't work.
Pinned Comments
blackthorne commented on 2025-05-09 19:48 (UTC)
the PKGBUILD should be compiling now. if not, please let me know. i'll try and clean up the PKGBUILD soon, try and get rid of the AUR dependency, compiler optimization flags, etc.
@hmry thanks for the rust-clang-linking fix.