Search Criteria
Package Details: anki-git r11208.b7cb0c0d0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki-git.git (read-only, click to copy) |
---|---|
Package Base: | anki-git |
Description: | Helps you remember facts (like words/phrases in a foreign language) efficiently |
Upstream URL: | hhttps://apps.ankiweb.net/ |
Keywords: | anki memorise memory study |
Licenses: | AGPL3 |
Conflicts: | anki, anki-official-binary-bundle, anki20 |
Provides: | anki |
Submitter: | degeberg |
Maintainer: | DarkShadow44 |
Last Packager: | DarkShadow44 |
Votes: | 25 |
Popularity: | 0.000518 |
First Submitted: | 2017-02-12 11:51 (UTC) |
Last Updated: | 2024-08-29 18:32 (UTC) |
Dependencies (30)
- python-beautifulsoup4
- python-decorator
- python-distro
- python-flask (python-flask-gitAUR)
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pip-system-certsAUR
- python-protobuf (python-protobuf-gitAUR)
- python-pyaudio (python-pyaudio-gitAUR)
- python-pyqt6
- python-pyqt6-webengine
- python-pyqtwebengine (python-pyqt5-webengine)
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- python-wheel
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- Show 10 more dependencies...
Required by (2)
- kindle2anki-git (requires anki)
- subs2srs (requires anki) (optional)
Latest Comments
1 2 3 4 5 6 .. 12 Next › Last »
hmry commented on 2024-10-31 13:20 (UTC)
For those getting linker errors during the Rust build, like
error adding symbols: file format not recognized
: Try adding this to thebuild()
section of the PKGBUILD, underneath the other compiler env var exports:DarkShadow44 commented on 2024-05-24 20:33 (UTC) (edited on 2024-05-24 20:34 (UTC) by DarkShadow44)
I have the same issue (as of 2024-05-24, up-to-date system). I found a thread here, and downgrading Linux to 6.8.9 helped.
hearth commented on 2024-05-24 11:04 (UTC)
Having trouble building this again lately. I don't think it is a python issue this time. I've tried clearing out the yarn and bazel caches with no luck. Asking here before opening a git issue in case the solution is bleedingly obvious.
elimik31 commented on 2024-04-05 16:50 (UTC)
Seems the hard requirement of
pip_system_certs
was removed in Anki PR #3114, with the reasoning:I didn't test yet building the latest commit without
pip_system_certs
, just saw the git log message. If the requests library is actually configured as described in the PR, then maybe the dependency can be removed.DarkShadow44 commented on 2024-03-11 02:53 (UTC)
Thanks, that's a dependency of python-pip-system-certs - I added that.
Eol commented on 2024-03-10 11:48 (UTC) (edited on 2024-03-10 11:48 (UTC) by Eol)
Maybe
python-wrapt
is also a dependency. After installation, anki failed to start with the errorpip_system_certs: ERROR: could not register module: No module named 'wrapt'
. Fixed after installingpython-wrapt
.elimik31 commented on 2024-03-05 20:39 (UTC) (edited on 2024-03-05 21:02 (UTC) by elimik31)
@hearth You have Python packages installed in
~/.local/lib/python3.11
, which often breaks system packages. This is why normally it's not recommended to use pip to install local system packages except in virtual environments. For system packages you should always use pacman or the AUR. Admittedly, until earlier todaypip_system_certs
was not available in the AUR, so personally I had usedpip install --break-system-packages ...
, but I knew the risk and what to do if conflicts happen.Now,
python-pip-system-certs
is in the AUR thanks to @hearth. You could install it from there but the latest version of anki-git requires it automatically, so there is nothing more you should do, except the following: My recommendation would be to uninstall all locally installed Python packages, either viaor just by nuking the local python directories:
And then just install the latest version of anki-git from the AUR.
DarkShadow44 commented on 2024-03-05 19:34 (UTC)
@elimik31 Thanks, pushed an update.
@hearth Sorry, I can't reproduce this. Is your system full up to date, and did you do a clean build of anki? If so, how exactly do you reproduce this issue?
hearth commented on 2024-03-05 18:03 (UTC)
@elimik31 thanks for this. after installing this, I get further errors, however:
Would anyone happen to know a fix?
elimik31 commented on 2024-03-04 18:30 (UTC)
Since Anki PR #3050 Anki built with this PKGBUILD doesn't start with the message
Fixed it locally by pip-installing
pip_system_certs
. Sadly didn't find a system-package for that python packages yet.1 2 3 4 5 6 .. 12 Next › Last »