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

ERROR: `GLIBC_2.35' not found when running several notebooks #159

Open
cybersecfaith opened this issue Aug 19, 2024 · 1 comment
Open

ERROR: `GLIBC_2.35' not found when running several notebooks #159

cybersecfaith opened this issue Aug 19, 2024 · 1 comment

Comments

@cybersecfaith
Copy link
Contributor

cybersecfaith commented Aug 19, 2024

Issue

When running a couple of the notebooks, the following error is presented:

Import Error /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.35' not found ( required by /home/pi/.local/lib/python3.9/site-packages/qiskit/_accelerate.abi3.so)

This issue has been seen in the following notebooks but may not be limited to only these as tests are still ongoing.

  • Quantum notebook `codebeispiele-Linux-Magazin
  • HD Demos - Jupyter Notebook Fun with Quantum - GHZ-Game Notebook
  • HD Demos - Jupyter Notebook Qiskit Tutorials - start_here.ipynb notebook

Details on current setup

Hardware used
- Raspberry Pi 4
- SanDisk Extreme Pro 64GB microSDXC UHS-I V30 card

Software used
- Raspberry Pi OS (Legacy 32 bit) with desktop
- Raspberry Pi Imager 1.8.5

Settings
- Default Username `pi` is used
- RasQberry is installed in the home directory of the default user `pi`

OS output

pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 6.1.21-v7l+ #1642 SMP Mon Apr  3 17:22:30 BST 2023 armv7l GNU/Linux

Qiskit version

Successfully installed ibm-quantum-widgets-1.0.3
qiskit                  0.44.0
qiskit-algorithms       0.3.0
qiskit-dynamics         0.5.1
qiskit-experiments      0.5.4
qiskit-finance          0.4.0
qiskit-ibm-experiment   0.4.7
qiskit-machine-learning 0.7.2
qiskit-nature           0.7.2
qiskit-optimization     0.6.1
qiskit-terra            0.25.0

Analysis Done

Similar issues affecting different packages have been reported here numpy/numpy#20371 and here https://groups.google.com/g/grpc-io/c/T91EyO81c8I .

@JanLahmann
Copy link
Owner

Thank you for the test report.
It is the same issue I encountered when testing the setup with SenseHAT.
I assume the qiskit install is broken. I’ll try to identify how the dependency on GLIBC_2.35 was introduced.

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

2 participants