JanLahmann / RasQberry

The RasQberry project: Exploring Quantum Computing and Qiskit with a Raspberry Pi and a 3D Printer
Apache License 2.0
138 stars 25 forks source link

fix build of binary whl files on piwheels.org #127

Open JanLahmann opened 2 years ago

JanLahmann commented 2 years ago

aer and terra are not available at piwheels.org, see https://www.piwheels.org/project/qiskit-aer/ https://www.piwheels.org/project/qiskit-terra/ and thus need to be compiled locally, which is error prone and time consuming. Fix build procedure for all python packages that are compiled locally during raspberry install and ensure whl files are available on piwheels.org.