piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: qiskit-terra #322

Closed Petzys closed 1 year ago

Petzys commented 2 years ago

Package name

qiskit-terra

Package version

all

PyPI URL

https://pypi.org/project/qiskit-terra/

piwheels URL

https://piwheels.org/project/qiskit-terra/

Python version

I am the maintainer

More information

Building the wheel-files for qiskit-terra fails when doing the standard installation via pip install qiskit-terra. By trying the installation with different prerequisites, the installation worked. It is necessary to install libatlas-base-dev and rust before:

  1. apt -y install libatlas-base-dev
  2. curl -o get_rustup.sh -s https://sh.rustup.rs/
  3. sh ./get_rustup.sh -y
  4. source $HOME/.cargo/env
  5. pip install qiskit-terra

I already tried speaking to the qiskit maintainers but it seems to a problem for RaspberryPis only. Is it possible to integrate these steps into the wheel build process for qiskit-terra? That would be great and would probably save some people a lot of time.

bennuttall commented 2 years ago

Related to https://github.com/piwheels/piwheels/pull/322 will report back when I've tested it out

bennuttall commented 1 year ago

Fixed