How to install Anki 23.12.1 with Qt 6.5.3 with PIP

I need to install Anki 23.12.1 with Qt 6.5.3 with Pip.

If i do:
pip install 'aqt[qt6]'

It installs Anki 23.12.1 with Qt version 6.6.1, which causes crashes on Mac systems (my system is confirmed affected):

Is it possible to specify the Qt minor version with pip install?

Note: The release binary works fine, but for my usecase, I must install Anki with Pip.

OS: M2 Mac → Sonoma 14.2.1

Thanks,
catman

Solved. For those who need help, i had to run the following after the initial install to downgrade qt to 6.5:

curl https://raw.githubusercontent.com/ankitects/anki/main/python/requirements.qt6_mac.txt
pip install -r requirements.qt6_mac.txt
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.