Search Criteria
Package Details: anki 24.11-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: | 178 |
Popularity: | 6.93 |
First Submitted: | 2021-09-17 22:31 (UTC) |
Last Updated: | 2024-11-30 10:33 (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)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (optional) – record sound
- mplayer (mplayer-vaapiAUR, mplayer-gui-svnAUR) (optional) – play sound
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR) (optional) – play sound. prefered over mplayer
- texlive-most (optional) – render LaTex in cards
Required by (2)
- kindle2anki-git
- subs2srs (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 30 Next › Last »
AlexBocken commented on 2024-05-25 08:50 (UTC) (edited on 2024-05-25 10:46 (UTC) by AlexBocken)
@hearth, @thecheddarchees Thanks for the reports, I think I've found the issue now. Currently testing it in clean chroots/various scenarios. Will push once confirmed stable.
Edit: pushed with '-3'. (pkgrel bumped that AUR-helpers will actually catch the update, will force a rebuild for others who are not affected by this issue)
hearth commented on 2024-05-24 11:00 (UTC)
@thecheddarcheese I am having the same issue with the anki-git package. I also get these messages before that error:
thecheddarcheese commented on 2024-05-19 11:19 (UTC)
I keep getting this error:
Might be an issue on my end, but I'm not sure what could be causing it.
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'
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 30 Next › Last »