Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. pip install PyQtChart failing due to qmake -recursive
Qt 6.11 is out! See what's new in the release blog

pip install PyQtChart failing due to qmake -recursive

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 853 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qutestqt3.14
    wrote on last edited by
    #1

    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: 1
    
    

    I'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?

    SGaistS 1 Reply Last reply
    0
    • Q qutestqt3.14

      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: 1
      
      

      I'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?

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Can you provide more details about the failure ? Adding --verbose should show more about what is happening.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved