nqrduck / nqrduck

MIT License
1 stars 1 forks source link

Test if everything works on a Raspberry Pi #44

Open kumitterer opened 1 month ago

jupfi commented 1 month ago

Related to #54

kumitterer commented 1 month ago

Something weird seems to be going on with one of the dependencies of PyQt6 on ARM machines (that's what I took away from a short LibreY search). Had to install like this:

apt install python3-pyqt6
python3 -m venv --system-site-packages venv
. venv/bin/activate
pip install .[base]