toit icon indicating copy to clipboard operation
toit copied to clipboard

Missing python3-pip dependency for ESP-IDF install

Open joedeveloper opened this issue 4 years ago • 1 comments

This step failed for me the first time running:

On Linux:

$IDF_PATH/install.sh

Fixed with

 sudo apt install python3-pip

and running

 $IDF_PATH/install.sh

again.

joedeveloper avatar Dec 14 '21 17:12 joedeveloper

this should cover all dependencies that you need for compiling toit and esp-idf: https://github.com/toitlang/toit/blob/master/README_OTHERPLATFORMS.md#2-install-dependencies

dsobotta avatar Dec 15 '21 02:12 dsobotta

The README now (actually already for a while) has instructions to run install.sh. If you see other issues during building (especially Windows) please let us know.

floitsch avatar Jul 11 '23 13:07 floitsch