Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qiskit 0.42 install procedure fails (due to dependency on symengine) #151

Open
JanLahmann opened this issue Jul 13, 2024 · 0 comments
Open

Comments

@JanLahmann
Copy link
Owner

JanLahmann commented Jul 13, 2024

Qiskit 0.42 install on recent Raspberry Pi OS armv7l (32-bit) architecture fails.

The existing install procedure used to work a couple of months ago.

to reproduce the issue:

  1. initialise SD card with "Raspberry Pi OS (legacy 32-bit)
  2. ssh to raspberry
  3. wget https://github.com/JanLahmann/RasQberry/raw/dev10/RasQ-init.sh
  4. . ./RasQ-init.sh dev10 (to fix 32-bit mode)
  5. curl -o get_rustup.sh -s https://sh.rustup.rs
  6. sh ./get_rustup.sh -y
  7. source $HOME/.cargo/env
  8. pip3 install --no-warn-script-location --prefer-binary 'qiskit==0.42'

Remark: Qiskit 0.44 seems to work.

@JanLahmann JanLahmann changed the title Qiskit 0.44 install procedure fails (due to dependency on symengine) Qiskit 0.42 install procedure fails (due to dependency on symengine) Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant