Open1

PyQt5 の Python3.13t 上でのビルド試行

PINTOPINTO

https://github.com/pypa/pip/issues/11286
https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html

sudo apt-get install -y \
        build-essential \
        qtbase5-dev \
        libgl1-mesa-dev \
        python3-pyqt5.qtx11extras

pip install sip

wget https://files.pythonhosted.org/packages/0e/07/c9ed0bd428df6f87183fca565a79fee19fa7c88c7f00a7f011ab4379e77a/PyQt5-5.15.11.tar.gz
tar -zxvf PyQt5-5.15.11.tar.gz
cd PyQt5-5.15.11

sip-install \
--confirm-license \
--no-dbus-python \
--no-designer-plugin \
--no-qml-plugin \
--qt-shared