Arduino IDE on Raspberry Pi OS can't compile for RP2040 - Error loading Python lib libpython3.7m.so.1.0

For Arduino IDE running on Raspberry Pi OS 32-bit buster, with Arduino Mbed OS Nano Boards (for Arduino Nano RP2040 Connect) and Arduino Mbed OS RP2040 Boards (for Raspberry Pi Pico) installed, after updated to version 3.0.0 or higher, it cannot compile caused by Error loading Python lib libpython3.7m.so.1.0.

[12810] Error loading Python lib '/tmp/_MEIuqNZik/libpython3.7m.so.1.0': dlopen: /tmp/_MEIuqNZik/libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
exit status 255
/home/pi/arduino/arduino-builder returned 255
Error compiling for board Arduino Nano RP2040 Connect.

For temporary, my solution is to rollback to version 2.8.0.



Comments

Popular posts from this blog

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library

Drive 320x240 ILI9341 SPI TFT using ESP32-S3 (NodeMCU ESP-S3-12K-Kit) using TFT_eSPI library, in Arduino Framework.