You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
Details on current setup
OS output
Qiskit version
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 .
The text was updated successfully, but these errors were encountered: