Hi! I'm using a raspberry pi zero w. I'm trying to run a python code that uses the module "instagrapi". It seems that this module uses pydantic, that uses pydantic-core that requires GLIBC_2.33, but my GLIBC is 2.31.
I'm using pydantic 2.5.3 and pydantic core 2.14.6.
OS data:
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
ldd --version returns
ldd (Debian GLIBC 2.31-13+rpt2+rpi1+deb11u7) 2.31
I don't know what to do, I think this is the latest raspbian version and I can't find a pydantic-core version that requires GLIBC_2.31
I'm using pydantic 2.5.3 and pydantic core 2.14.6.
OS data:
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
ldd --version returns
ldd (Debian GLIBC 2.31-13+rpt2+rpi1+deb11u7) 2.31
I don't know what to do, I think this is the latest raspbian version and I can't find a pydantic-core version that requires GLIBC_2.31
Statistics: Posted by nitsuga — Sat Mar 09, 2024 4:05 pm