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: | 175 |
Popularity: | 7.51 |
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 .. 21 22 23 24 25 26 27 28 29 30 Next › Last »
51mon commented on 2021-12-14 13:17 (UTC)
The tooltip notifications e.g. when a card gets buried, are cut off. See this thread
I think it started with the Manjaro update 2021-12-10. Dependencies that got updated are:
Any idea how to resolve this?
Pave commented on 2021-12-14 11:40 (UTC)
Since yesterday the program doesn't start anymore. I already tried reinstalling. The installation works fine, but it still isn't possible to run anki.
When starting anki the following error shows up:
I think some Qt files aren't properly transferred. Anyone has a fix?
AlexBocken commented on 2021-12-13 16:20 (UTC)
If you're having compilation issues, try a
first. (replace paru with your AUR manager of choice but adjust
.cache/<AUR manager>
accordingly)Bazel does not seem to build as cleanly in the
srcdir
as I would like to and seems to download stuff into.cache/bazel
. If someone knows a good fix for this please post it here in the comments or send me an email.AlexBocken commented on 2021-12-13 13:04 (UTC)
Since this package has been adopted and orphaned multiple times without any updates over the last few months I decided to go ahead with my merge request to merge anki-release-source into this repo. As already explained, my philosophy for maintaining this package will be to "go with the times" as the developer of anki called it and ignore the fact that the install process pulls its own resources during build() instead of using the installed packages/libraries. My goal here is reliable compilation and easier update-ability. Suggestions for improvements to this PKGBUILD that go in this direction are of course always welcomed and encouraged.
AlexBocken commented on 2021-11-23 10:02 (UTC)
Glad we were able to figure out the culprit. About
PYTHONPATH
I'm not sure if I'm the right person to ask.ddavo commented on 2021-11-23 09:47 (UTC)
@AlexBocken
Here is my output. I thought everything was up-to-date, but I didn't know about
pip show
...It turned out I was using a non updated version installed with
pip install --user
.Btw, it is possible (or a good idea) to change the
PYTHONPATH
for this program (or pacman installed programs) so I don't have this problem again?AlexBocken commented on 2021-11-23 09:39 (UTC) (edited on 2021-11-23 09:40 (UTC) by AlexBocken)
@DSinapellido Thanks for the feedback! Hmm... not straightforward to me what it could be. https://github.com/jaraco/keyring/issues/501 Here it's related to
python-importlib-metadata
. This package seems to come up multiple times with this error. But importlib-metadata is a dependency ofpython-markdown
and thus should be installed. Can you check manually whether that's the case for you? (paru -Qs python-importlib-metadata
)What version hasimportlib-metadata
in your case?pip show importlib-metadata
can give you relevant information.Navrxz commented on 2021-11-23 03:26 (UTC)
This package spits out some errors during makepkg -s . Try anki-official-binary-bundle 2.1.49-1 package , It is working well .
ddavo commented on 2021-11-21 09:20 (UTC)
Anki fails to open. Trying to run it from the terminal, I get the following error
Maybe it's a dependency error?
AlexBocken commented on 2021-10-27 10:38 (UTC) (edited on 2021-10-27 10:38 (UTC) by AlexBocken)
Thanks for the help from @pawggers and @Nocifer. I've added a check in prepare to delete
ts/node_modules
if present.« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 Next › Last »