Questions tagged [anki]

Anki is a flashcard program for memorizing languages or any other information

Anki is a space repetition software (SRS) program available for Ubuntu and most other desktop and mobile operating systems. The desktop version is open source, written in Python and Qt.

25 questions
23
votes
2 answers

Anki does not run on Ubuntu 16.10 after upgrade from 16.04

after upgrading to Ubuntu 16.10 from 16.04, Anki program does not run. this is the error message: Traceback (most recent call last): File "/usr/bin/anki", line 7, in import aqt File "/usr/share/anki/aqt/__init__.py", line 12, in…
14
votes
1 answer

Using latex in Anki

How do you set up Anki to use Latex equations on its cards? I would love to be able to use Anki cards to review maths definitions, theorems, proofs etc. I really hope someone in this community knows how to achieve this. I have scoured the Internet…
JasoonS
  • 492
11
votes
2 answers

Is there a PPA or Snap for Anki?

The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important. So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web…
nealmcb
  • 3,715
10
votes
3 answers

Anki does not play audio and show error "Sound and video on cards will not function until mpv or mplayer is installed."

Anki does not play audio and show error "Sound and video on cards will not function until mpv or mplayer is installed." How can I fix it? mpv and mplayer are installed ubuntu 20.04 Anki version is 2.1.15 (442df9d6)
Nkom
  • 101
7
votes
6 answers

Unable to remove Anki

I've tried virtually everything I've found so far, like sudo apt remove anki, etc which basically returns package not found. The closest I've come is running sudo apt-file list anki, which gives me a long list of the files, but when i navigate to…
6
votes
1 answer

Running a program installed from cabal

I want to run this program hosted on Cabal, the official repository of Haskell apps. First I installed Cabal: sudo apt-get install cabal-install cabal update Second I installed the program itself: $ cabal install clanki Resolving…
Nicolas Raoul
  • 11,921
5
votes
2 answers

The program Anki won't start

Here is the output I get when I try to launch Anki: Traceback (most recent call last): File "/usr/bin/anki", line 6, in import aqt File "/usr/share/anki/aqt/__init__.py", line 4, in from anki import version as _version File…
3
votes
5 answers

Anki doesn't start in Ubuntu 19.04

I've installed Anki from "Ubuntu software" and as an addition installed this: sudo apt-get install python3-distutils (because of known issue) and it still doesn't work. Could someone please explain to me what should I do to fix the…
HOKU
  • 31
2
votes
0 answers

Python error: ImportError: No module named QtWebKit

I just installed Anki, but when I try to run the program, I get: Traceback (most recent call last): File "/usr/bin/anki", line 7, in import aqt File "/usr/share/anki/aqt/__init__.py", line 12, in from aqt.qt import * File…
2
votes
1 answer

"ImportError: No module named pyaudio" despite python-pyaudio installed

I am trying to run a Python program that uses pyaudio: I download the program (from Github because the .deb is too old) I install python-pyaudio I run the program The program says ImportError: No module named 'pyaudio' What am I doing wrong? $…
Nicolas Raoul
  • 11,921
2
votes
2 answers

Problem when installing Anki: unmet dependencies

I'm trying to install Anki SRS http://ankisrs.net/ on (freshly-installed) Ubuntu 13.04, but it isn't going swiftly: The following packages have unmet dependencies: anki: Depends: python (>= 2.7.1-0ubuntu2) but 2.7.3-0ubuntu2.2 is to be installed …
2
votes
1 answer

Installing Anki on Ubuntu 19.04

I've tried installing anki with "sudo apt install anki" and it won't launch. I get "NameError: name 'QWebEngineView' is not defined." I also have python3-distutils installed. Also tried to install Anki from their website. After running "sudo make…
1
vote
1 answer

Anki doesn't start in ubuntu 17.04

Anki doesn't start at all. I installed it using ubuntu software center. Tried installing python, didn't work.
Morgoth
  • 111
1
vote
1 answer

Installing Anki 2.0.42 breaks graphical display on fresh Ubuntu 16.04 install - xdg-mime related?

Installing the 64 bit Anki deb file (v2.0.42) on my Dell Inspiron 5423, running Ubuntu 14.04 or Ubuntu 16.04, seems to break the desktop (details and photo below). I have only been able to fix the problem by reinstalling Ubuntu. Why is this…
1
vote
0 answers

Problem with installing Anki 2.0.33 on Ubuntu 14.04

After installing Anki on my Ubuntu, when I try to run it I get the following error: Traceback (most recent call last): File "/usr/bin/anki", line 7, in import aqt File "/usr/share/anki/aqt/__init__.py", line 12, in from…
1
2