Search Criteria
Package Details: anki-bin 25.02-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: | MIT, Apache-2.0, BSD-3-Clause, CC-BY-4.0, 0BSD, GPL-3.0-or-later, AGPL-3.0-or-later |
Conflicts: | anki |
Provides: | anki |
Submitter: | Grafcube |
Maintainer: | escape0707 (Flammkuchen) |
Last Packager: | Flammkuchen |
Votes: | 131 |
Popularity: | 8.52 |
First Submitted: | 2021-10-21 08:27 (UTC) |
Last Updated: | 2025-02-13 01:33 (UTC) |
Dependencies (20)
- python-beautifulsoup4
- python-decorator
- python-distro
- python-flask
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- qt6-svg
- python-installer (make)
- lame (lame-svnAUR, lame-altivecAUR) (optional) – record sound
- mplayer (mplayer-gui-svnAUR) (optional) – play sound
- mpv (mpv-light-pulseAUR, mpv-fullAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-full-gitAUR) (optional) – play sound. prefered over mplayer
Required by (2)
- kindle2anki-git (requires anki)
- subs2srs (requires anki) (optional)
Sources (9)
- anki-25.02.1
- anki-25.02.desktop
- anki-25.02.png
- anki-25.02.xml
- anki-25.02.xpm
- https://files.pythonhosted.org/packages/cp39/a/anki/anki-25.02-cp39-abi3-manylinux_2_35_aarch64.whl
- https://files.pythonhosted.org/packages/cp39/a/anki/anki-25.02-cp39-abi3-manylinux_2_35_x86_64.whl
- https://files.pythonhosted.org/packages/py3/a/aqt/aqt-25.02-py3-none-any.whl
- runanki-25.02.py
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »
AKLex commented on 2021-09-27 06:41 (UTC)
how to fix error on start anki on wayland:
Traceback (most recent call last): File "aqt/init.py", line 30, in <module> UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "runanki.py", line 3, in <module> File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "/home/dae/venv/lib/python3.8/site-packages/PyInstaller-4.0.dev0+g2886519-py3.8.egg/PyInstaller/loader/pyimod03_importers.py", line 625, in exec_module File "aqt/init.py", line 32, in <module> Exception: Anki requires a UTF-8 locale. [1973] Failed to execute script runanki
Nocifer commented on 2021-09-23 22:00 (UTC)
That's 32,63MB on my system.
lolilolicon commented on 2021-09-23 14:25 (UTC)
Thanks, and the installed size of anki-release-source?
Nocifer commented on 2021-09-23 13:32 (UTC)
@lolilolicon I installed this a couple of days ago (before I found out about anki-release-source and switched to that) and it was around 350MB or so.
lolilolicon commented on 2021-09-23 00:14 (UTC)
Hey guys, just curious, what's the installation size of this?
For comparison:
Of course, this excludes the dependencies, (but again, these deps are not bogarted by Anki alone.)
escape0707 commented on 2021-09-19 16:36 (UTC) (edited on 2021-09-28 23:28 (UTC) by escape0707)
@emiham @tohsakafan WUT? Isn't this
QT_IM_MODULE=ibus
telling anki to use ibus rather than Fcitx(5)?How could this work for using anki with fcitx5? I still can't get them to work together now, with or without that envvar.
As anki being dropped to AUR, I think is will be a bigger problem later.
Edit:
I just figured out that anki from this package or
pip install aqt
will use PyQt5's bundled Qt and itsPyQt5/Qt5/plugins/platforminputcontexts
doesn't include the appropriate pluginlibfcitx5platforminputcontextplugin.so
, which is provided bycommunity/fcitx5-qt
, to handle inputting with fcitx5. I tried to manually copy this file, restart the app, and it works.But I'm using anki-git now, though.
Edit again:
Fcitx5 does have an ibus frontend so you guys’ solution is variable.
kaji-ryoji commented on 2021-09-10 15:45 (UTC)
Hi, for some reason I cannot get the application to show up in gnome desktop env. Any ideas why?
tohsakafan commented on 2021-08-29 01:32 (UTC)
@emiham Thank you for this fix! I have found zero mentions of this problem in 2 hours of searching and here you are saving the day
homocomputeris commented on 2021-08-10 19:37 (UTC)
Is it possible that some dependencies are missing?
emiham commented on 2021-08-09 23:41 (UTC)
@exploder-jimmy The only way I've found is with
export QT_IM_MODULE = ibus
. Not sure how that interacts with other programs.« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »