hi,
i stuck /w an arm lenovo duet 2020 chromebook.
i googled the forum that no one package for arm cpu (something like that)
ok i am ok /w whatever method like python wheel.
i saw instructions here:
https://betas.ankiweb.net/intro.html
(details at bottom)
As discussed before, i wanna stick to 2.1.54 as a long term support version to prevent messing updates of anki/addons.
so can i choose 2.1.54 to install by the python wheel method?
if yes, how?
and … anyone /w arm CB successfully do so before /w the python wheel method? thanks.
CBs out sell macs. CBs should be respected.
Via PyPI/pip
If you have a local Python 3.9 installation, you can also install beta builds directly with pip.
Anki will be installed in a local Python folder called ‘pyenv’.
Mac (both Intel/Apple), and Linux (x86_64)
Linux (ARM)
As there are no PyQt packages on PyPI for Linux/ARM, you will need to have your distro’s PyQt5 packages already installed. Eg on Debian 11:
$ sudo apt install python3-pyqt5.{qtwebengine,qtmultimedia}
Or on Fedora:
$ sudo dnf install python3-qt5-webengine
Then run the following:
$ python3.9 -m venv --system-site-packages pyenv
$ pyenv/bin/pip install --upgrade pip
$ pyenv/bin/pip install --upgrade --pre aqt
$ pyenv/bin/anki
- Repeat the last step if you wish to start the same Anki version again.
- Repeat the last two steps to update to the latest beta and start it.
Windows