Search Criteria
Package Details: anki-bin 24.06.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki-bin.git (read-only, click to copy) |
---|---|
Package Base: | anki-bin |
Description: | Helps you remember facts (like words/phrases in a foreign language) efficiently. Installed with wheel. |
Upstream URL: | https://apps.ankiweb.net/ |
Keywords: | anki anki-bin |
Licenses: | AGPL3 |
Conflicts: | anki |
Provides: | anki |
Submitter: | Grafcube |
Maintainer: | escape0707 (Flammkuchen) |
Last Packager: | Flammkuchen |
Votes: | 114 |
Popularity: | 2.99 |
First Submitted: | 2021-10-21 08:27 (UTC) |
Last Updated: | 2024-07-03 12:54 (UTC) |
Dependencies (20)
- python-beautifulsoup4
- python-decorator
- python-distro
- python-flask (python-flask-gitAUR)
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pyqt6
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- qt6-svg
- python-installer (python-installer-gitAUR) (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
Required by (2)
- kindle2anki-git (requires anki)
- subs2srs (requires anki) (optional)
Sources (9)
- anki-24.06.3.1
- anki-24.06.3.desktop
- anki-24.06.3.png
- anki-24.06.3.xml
- anki-24.06.3.xpm
- https://files.pythonhosted.org/packages/cp39/a/anki/anki-24.06.3-cp39-abi3-manylinux_2_28_x86_64.whl
- https://files.pythonhosted.org/packages/cp39/a/anki/anki-24.06.3-cp39-abi3-manylinux_2_31_aarch64.whl
- https://files.pythonhosted.org/packages/py3/a/aqt/aqt-24.06.3-py3-none-any.whl
- runanki-24.06.3.py
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »
marco.righi commented on 2022-06-08 10:42 (UTC)
Executing anki I got the following error:
Solutions?
Thx
coolreader18 commented on 2022-06-06 23:55 (UTC)
Hi! I patched your PKGBUILD and patches a bit to upgrade to 2.1.53, if you'd like to use it feel free: https://gist.github.com/d33990435086f71a3254e84c72a7efd3
escape0707 commented on 2022-06-01 01:59 (UTC)
PKGBUILD is updated to name auxiliary files with their version to avoid giving you checksum failures.
It a minor PKGBUILD definition update, so users who have already installed 2.1.53 don't need to take any action. Those who previously can't install due to checksum failures could try again.
AlexBocken commented on 2022-05-13 16:28 (UTC)
2.1.52 has been released. Consider upgrading although testing has been limited.
https://github.com/ankitects/anki/releases/tag/2.1.52
kuklinistvan commented on 2022-05-03 18:05 (UTC)
"2.1.51 was just released. It contains the latest bug fixes and feature improvements, but some add-ons do not support it yet." https://apps.ankiweb.net/ Skipping this release
escape0707 commented on 2022-04-30 06:56 (UTC) (edited on 2022-04-30 07:03 (UTC) by escape0707)
@Novite I don’t know exactly why your locally installed resolvelib came into play during the pip install process. Did you make any special setup or maybe give a look at this?
https://bbs.archlinux.org/viewtopic.php?id=271721
https://stackoverflow.com/a/66732018
Novite commented on 2022-04-30 06:08 (UTC)
I encounter error while building:
ERROR: Exception: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 189, in _main status = self.run(options, args) File "/usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 178, in wrapper return func(self, options, args) File "/usr/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 316, in run requirement_set = resolver.resolve( File "/usr/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 121, in resolve self._result = resolver.resolve( File "/home/weber/.local/lib/python3.10/site-packages/resolvelib/resolvers.py", line 481, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) File "/home/weber/.local/lib/python3.10/site-packages/resolvelib/resolvers.py", line 348, in resolve self._add_to_criteria(self.state.criteria, r, parent=None) File "/home/weber/.local/lib/python3.10/site-packages/resolvelib/resolvers.py", line 147, in _add_to_criteria matches = self._p.find_matches( TypeError: PipProvider.find_matches() got an unexpected keyword argument 'identifier'
escape0707 commented on 2022-04-26 08:51 (UTC) (edited on 2022-04-26 10:36 (UTC) by escape0707)
@Munzu
What you get is not signature check failure, but source files checksum failure.
By “previously downloaded files”, I mean the source files downloaded during makepkg process. For more info, please read https://man.archlinux.org/man/makepkg.8.en
You should learn about how to build and install AUR packages, then your confusion will go away automatically.
Munzu commented on 2022-04-26 08:36 (UTC)
I'm also getting signature check fails for
runanki.py
andanki.desktop
. There don't seem to be any cached packages of Anki in/var/cache/pacman/pkg
for me to remove.« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »