Search Criteria
Package Details: anki 24.06.3-2
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: | 173 |
Popularity: | 5.88 |
First Submitted: | 2021-09-17 22:31 (UTC) |
Last Updated: | 2024-08-02 10:08 (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, 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-vapoursynth-gitAUR, 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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 30 Next › Last »
kingkhan94 commented on 2022-03-08 10:55 (UTC) (edited on 2022-03-08 10:55 (UTC) by kingkhan94)
@ALL people who are experiencing
Traceback (most recent call last): File "/usr/bin/anki", line 16, in <module> import aqt ModuleNotFoundError: No module named 'aqt' Please type pip install aqt in terminal
MacroController commented on 2022-03-01 15:47 (UTC)
@Nocifer, thanks, it worked :)
Nocifer commented on 2022-02-24 11:28 (UTC)
@MacroController The maintainer of
python-stringcase
hasn't seen fit to trigger a rebuild of that package for Python 3.10, so even though you have it installed, it cannot be used. You just have to manually rebuild it and then it should work fine.MacroController commented on 2022-02-20 23:22 (UTC)
So I can build now, but I can't launch the application:
And yes, stringcase is installed ^^
Goetz commented on 2022-02-19 21:31 (UTC) (edited on 2022-02-19 21:31 (UTC) by Goetz)
Some suggestions for the PKGBUILD:
These packages are not mandatory, because bazel is downloading its own toolchain, whether they are available or not.
Use JAVA_HOME instead of setting the javac in PATH, only with this change I am able to compile the AUR.
The rm command is part of the original build script, I have no experience with bazel so I have kept it inside.
In addition delete all __pycache__ folders, these are not mandatory for the package. The other changes prevent warnings during packaging.
Goetz commented on 2022-02-19 21:15 (UTC) (edited on 2022-02-19 21:16 (UTC) by Goetz)
My solution to prevent build errors with bazel is deleting the cache in
.cache/bazel
.MacroController commented on 2022-02-18 12:49 (UTC)
@arsh if you want a code block, you can indent 4 spaces or 1 tab (at least), after an additional linebreak.
MacroController commented on 2022-02-18 12:45 (UTC) (edited on 2022-02-18 12:47 (UTC) by MacroController)
With pamac, I get the following error when I try to build:
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 30 Next › Last »