ESP32-CAM - Error compiling for board ESP32 Wrover Module

Hello.
I'm trying to connect to ESP32-CAM from linux ubuntu and arduino IDE 1.x and I get this error:

[31385] Error loading Python lib '/tmp/_MEIE6HbVH/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIE6HbVH/libpython3.8.so.1.0)
exit status 255
/snap/arduino/85/arduino-builder returned 255
Error compiling for board ESP32 Wrover Module.

any hints?

Your GLIBC version is too old.
The library which fails to load wants newer version.
Update your glibc and glibc-devel, just in case

Hi.
It doesn't seem too old...isn't it?

m-Laptop:~$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.17) 2.31

As partition scheme I'm using "Huge APP (3MB...)".

libpython was linked with older version.
and it specifically depends on it.
strange.

If your glibc is newer then may be try to upgrade your python installation instead.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.