pip install PyQtChart failing due to qmake -recursive
-
I've been trying to install PyQtChart for Python 3.9 on a pi 4 running Rasperry Pi OS Lite but whenever I try to install any version of PyQtChart (including the version matching my PyQt5 package) I get the following error:
pip install pyqtchart==5.15.6 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyqtchart==5.15.5 Downloading PyQtChart-5.15.5.tar.gz (68 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.2/68.2 kB 635.7 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1I've tried clearing my caches, updating pip/pipenv, different versions of PyQt5 and PyQtChart to no avail. Any ideas on what I could try next?
-
I've been trying to install PyQtChart for Python 3.9 on a pi 4 running Rasperry Pi OS Lite but whenever I try to install any version of PyQtChart (including the version matching my PyQt5 package) I get the following error:
pip install pyqtchart==5.15.6 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyqtchart==5.15.5 Downloading PyQtChart-5.15.5.tar.gz (68 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.2/68.2 kB 635.7 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1I've tried clearing my caches, updating pip/pipenv, different versions of PyQt5 and PyQtChart to no avail. Any ideas on what I could try next?
Hi and welcome to devnet,
Can you provide more details about the failure ? Adding
--verboseshould show more about what is happening.