Page 1 of 1

errors on compile with board esp32 v3

Posted: Sun Mar 23, 2025 10:49 am
by maggymtac
Dear,

I upgrade versions of board esp32 (3.1.3 or 3.2.0-RC2 for example), but when i compile my code i get this error:

Code: Select all

[35998] Error loading Python lib '/tmp/_MEInfulnI/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEInfulnI/libpython3.8.so.1.0)
exit status 255
/snap/arduino/94/arduino-builder returned 255
Error compiling for board ESP32C3 Dev Module.
Ubuntu 22.04 with Arduino IDE 1.8.19

Thank you for your help.

Re: errors on compile with board esp32 v3

Posted: Sun Mar 23, 2025 4:50 pm
by lbernstone
Looks like a packaging problem with the snap. Try installing from the standard package, which will use the system glibc.