-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I'm trying to install this on a Pi 5, 8GB RAM, 256GB SSD, running Bookworm and PyQt5 5-15.11. Attempting to install this from pypi.org results in the following error. The CPU starts running 100% on one core and about 90% on another core while this is running and failing. Is there a fix for this? Thanks!
`
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting python-poppler-qt5
Using cached python-poppler-qt5-21.3.0.tar.gz (28 kB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: -9
╰─> [12 lines of output]
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple, https://www.piwheels.org/simple
Collecting sip>=5
Using cached sip-6.10.0-1-py3-none-any.whl (2.6 MB)
Collecting PyQt-builder
Using cached https://www.piwheels.org/simple/pyqt-builder/PyQt_builder-1.18.1-py3-none-any.whl (3.7 MB)
Collecting PyQt5
Using cached PyQt5-5.15.11.tar.gz (3.2 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: -9
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
`