I'm using Linux (Ubuntu 16.04) and I cannot properly install the ESP-IDF extension on the Visual Code Editor.
I always get errors in the lower output window (see the attached screenshot):
Code: Select all
/bin/sh: 1: ninja: not found
Command failed: ninja --version
/bin/sh: 1: ninja: not found
Error checking ninja version
Error: Command failed: ninja --version
/bin/sh: 1: ninja: not found
/bin/sh: 1: openocd: not found
Command failed: openocd --version
/bin/sh: 1: openocd: not found
Error checking openocd-esp32 version
Error: Command failed: openocd --version
/bin/sh: 1: openocd: not found
/bin/sh: 1: cmake: not found
Command failed: cmake --version
....
I've spent many hours on internet trying to find an answer with no success... : ( : (
I have downloaded with success the ESP-IDF 5.0rc1, as well as all of the other libraries. The container directory "/esp" was correctly created in my home folder, with all the stuff placed inside.
Also, Python 3.6 is successfully installed on my system:
Code: Select all
giulio@ubu:/usr/bin$ python3.6 -V
Python 3.6.3