Error: Could not find the package with 'platformio/tool-ninja @ ^1.7.0' requirements for your system 'linux_armv7l'

Hi

I’m following a given procedure to update an ESP32, but I run into error during the process :slight_smile:

Blockquote
pi@raspberrypi:~/SBMS_update/electrodacus-esp32 $ /home/pi/.local/bin/platformio run
Processing serial (platform: GitHub - platformio/platform-espressif32: Espressif 32: development platform for PlatformIO; board: nodemcu-32s; framework: arduino, espidf)
Platform Manager: Installing git+https://github.com/platformio/platform-espressif32.git
git version 2.20.1
Clonage dans ‘/home/pi/.platformio/.cache/tmp/pkg-installing-8d_A1n’…
remote: Enumerating objects: 445, done.
remote: Counting objects: 100% (445/445), done.
remote: Compressing objects: 100% (370/370), done.
remote: Total 445 (delta 165), reused 254 (delta 56), pack-reused 0
Réception d’objets: 100% (445/445), 332.12 KiB | 723.00 KiB/s, fait.
Résolution des deltas: 100% (165/165), fait.
Platform Manager: espressif32 @ 2.1.0+sha.a58a358 has been installed!
The platform ‘GitHub - platformio/platform-espressif32: Espressif 32: development platform for PlatformIO’ has been successfully installed!
The rest of the packages will be installed later depending on your build environment.
Tool Manager: Installing platformio/toolchain-xtensa32 @ ~2.80200.0
Downloading [####################################] 100%
Unpacking [####################################] 100%
Tool Manager: toolchain-xtensa32 @ 2.80200.200827 has been installed!
Tool Manager: Installing platformio/tool-ninja @ ^1.7.0
Error: Could not find the package with ‘platformio/tool-ninja @ ^1.7.0’ requirements for your system ‘linux_armv7l’


Do you think there is a fix or should I switch to a x86 PC instead ?

@ivankravets building ESP-IDF on ARMv7l is impossible without tool-ninja? Can that package be published?

The Ninja and CMake packages should now be available for download.

1 Like