Search Criteria
Package Details: anki 25.02-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki.git (read-only, click to copy) |
---|---|
Package Base: | anki |
Description: | Helps you remember facts (like words/phrases in a foreign language) efficiently |
Upstream URL: | https://apps.ankiweb.net/ |
Keywords: | anki languages learning vocabulary |
Licenses: | AGPL3 |
Conflicts: | anki-bin, anki-git, anki-qt5 |
Submitter: | demize |
Maintainer: | AlexBocken |
Last Packager: | AlexBocken |
Votes: | 189 |
Popularity: | 6.30 |
First Submitted: | 2021-09-17 22:31 (UTC) |
Last Updated: | 2025-02-22 13:26 (UTC) |
Dependencies (30)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-certifi
- python-decorator
- python-distro
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- qt6-multimedia
- qt6-svg
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- Show 10 more dependencies...
Required by (2)
- kindle2anki-git
- subs2srs (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 31 Next › Last »
Vamp898 commented on 2024-05-08 12:22 (UTC)
Just tested, works as expected.
Also, please ask in the forum, its much easier to help you there. This is really only for PKGBUILD related issues.
ylyl commented on 2024-05-08 12:20 (UTC)
ctrl+enter shortcut for add card not working, need some help plz
AlbertoAru commented on 2024-05-06 00:09 (UTC)
AlexBocken commented on 2024-05-02 14:11 (UTC)
I think @Vamp898 had a different issue, that was before the release of 3.12 for arch.
I usually bump the pkgrel for all my python-dependent packages when a new major release for python 3 is published, that automatically forces a rebuild on all systems. Technically not in the AUR packaging guidelines but imo quite convenient for users.
7ate9 commented on 2024-05-02 13:41 (UTC)
@Vamp898 I think the issue will always crop up when a new significant python version is released.
the aqt module was probably in
/usr/lib/python3.11/site-packages/aqt
before you rebuilt it, but only python version 3.11.* will look under the/usr/lib/python3.11
directory. Since your python version is now 3.12, it won't look there and just tell you module aqt (the anki module) doesn't exist. v3.12 will only look for modules listed in$ python -c 'import sys; print(sys.path)
Anyway, just expect it to break every time the python version significantly changes.
Looks like people over at aur package
anki-bin
were having a similar issue.(I'm mostly writing this for myself though, as I always forget about this when stuff breaks lol)
Vamp898 commented on 2024-04-24 16:26 (UTC)
good 'ol rebuild fixed it
Vamp898 commented on 2024-04-24 16:15 (UTC)
Since the latest update, Anki no longer starts for me (i rarely use it on the PC so i didn*t notice it until now)
It just says
Traceback (most recent call last): File "/usr/bin/anki", line 5, in <module> from aqt import run ModuleNotFoundError: No module named 'aqt'
AlexBocken commented on 2024-04-16 08:04 (UTC)
@antecrescent thanks for the tips, implemented some of your recommendations with 24.04.1 @misc thank you as well, appeared to me as if these are not relevant yet. Will keep an eye on this.
antecrescent commented on 2024-04-06 10:31 (UTC) (edited on 2024-04-06 10:31 (UTC) by antecrescent)
You can also drop the python-pip-system-certs dependency for 24.04 since Arch already ships a patched python-requests, which uses the system cert store (https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests/-/blob/main/certs.patch?ref_type=heads).
You'll need to patch qt/aqt/__init__.py accordingly: sed -i '/pip_system_certs/d' qt/aqt/__init__.py
python-pip-system-certs becomes optional with the next release (97efd49c).
misc commented on 2024-04-05 18:12 (UTC)
For the upcoming version, the "Switch to SvelteKit" (9f55cf26) currently includes some silly hardcoding of (with the PKGBUILD non-existing) packaged yarn.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 31 Next › Last »