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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 30 Next › Last »
arsh commented on 2022-02-18 12:09 (UTC) (edited on 2022-02-18 13:03 (UTC) by arsh)
Trying to install 'anki' gives me these errors now: My apologies for the appearance I'm not sure how to use that code block properly. Thanks @MacroController
The official binary installs and builds but when launching, it won't display any decks. Installing anki.bin works as it should.
RefSnow commented on 2022-02-15 02:54 (UTC) (edited on 2022-02-15 02:58 (UTC) by RefSnow)
Can someone help me solve this error? I tried to install using yay and paru, but I can't.
full log: https://pastebin.com/F2e7jJpM
kotetsu commented on 2022-01-26 15:00 (UTC)
Builds fine but Anki seems to be partly broken. You can't open the old deck options menu and when you do it completely resets/breaks your deck options. The official binary bundle works fine on the other hand.
jose1711 commented on 2022-01-20 12:07 (UTC)
@Ketchup901 thanks for sharing, it built for me too now!
Ketchup901 commented on 2022-01-20 11:27 (UTC)
Just tried to build it and it failed. Then I tried again, changing nothing at all, and it worked. What a wonderful build tool that has a built-in random chance to fail silently.
AlexBocken commented on 2022-01-11 17:41 (UTC)
@J5lx thx for the clarification. That's also what I figured. bazel really is a total mess imo.
J5lx commented on 2022-01-11 17:38 (UTC)
AlexBocken, the timeout patch I provided affects only the PyQt download with pip, but the error posted by superraiden seems to be related to some TypeScript stuff instead. AFAICT the default timeout is hardcoded in Bazel’s repository_ctx.execute function so there is no way to change it globally (not without patching Bazel itself, anyway). Therefore, if there are additional downloads elsewhere, those would need to have their timeouts changed separately.
AlexBocken commented on 2022-01-11 17:01 (UTC) (edited on 2022-01-11 17:02 (UTC) by AlexBocken)
@superraiden, @jose1711 These
cannot find module '../tsetse/runner'
errors are most likely due to incomplete downloads. Bazel fails really ugly in these cases (when doesn't it fail ugly?) without a clear error message.What are your download speeds? Consider trying an install again in a faster network if they're below ~500KB/s. I was hoping that the recent
inc_timeout_time.patch
patch would help with such cases but apparently there are still issues.You will probably have to manually remove
.cache/bazel
(with sudo) as well.If anyone has recommendations on how we could improve on this issue, feel free to post a comment or shoot me an email.
jose1711 commented on 2022-01-11 11:58 (UTC)
@superraiden i can reproduce this too. building in clean chroot does not resolve it.
superraiden commented on 2022-01-10 02:05 (UTC)
Getting a build error as well:
Error: Cannot find module '../tsetse/runner' Require stack: - /home/XX/.cache/bazel/_bazel_tom/d1203104d01aebb11bc172161a919dd3/execroot/ankidesktop/node_modules/@bazel/typescript/internal/tsc_wrapped/tsc_wrapped.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:794:15) at Function.Module._load (internal/modules/cjs/loader.js:687:27) at Module.require (internal/modules/cjs/loader.js:849:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/home/tom/.cache/bazel/_bazel_tom/d1203104d01aebb11bc172161a919dd3/execroot/ankidesktop/node_modules/@bazel/typescript/internal/tsc_wrapped/tsc_wrapped.js:7:18) at Module._compile (internal/modules/cjs/loader.js:956:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10) at Module.load (internal/modules/cjs/loader.js:812:32) at Function.Module._load (internal/modules/cjs/loader.js:724:14) at Function.Module.runMain (internal/modules/cjs/loader.js:1025:10)
Full output of build is here: https://pastebin.com/9A6fY3fF
Will update back if I resolve
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 30 Next › Last »