(Tested on Ubuntu 23.04, arm64 environment.)
Due to platform reasons, PyQt6 cannot be installed unless the user use 'apt install' instead.
- sudo apt install python3-pyqt6
- sudo apt install python3-pyqt6.qtsvg
- pip install -r requirements.txt --break-system-packages
After doing these steps above, try 'python3 main.py' to start the client.
(Tested on Windows10, 11 amd64 environment.)
- pip install -r requirements.txt
- python main.py