Page 1 of 1

Visual Studio Code build not working

Posted: Mon Jan 13, 2020 2:58 am
by Frostbite
Hello,

Just installed VScode and the Espressif extension. When I build a project I get this:

-- Building ESP-IDF components for target esp32

-- Checking Python dependencies...

The following Python requirements are not satisfied:
click>=5.0
pyserial>=3.0
future>=0.15.2
cryptography>=2.1.4
pyparsing>=2.0.3,<2.4.0
pyelftools>=0.22
esp-windows-curses; sys_platform == 'win32'
Please follow the instructions found in the "Set up the tools" section of ESP-IDF Getting Started Guide
Using ::> idf.py build from the command line works fine.

Re: Visual Studio Code build not working

Posted: Mon Jan 13, 2020 5:50 pm
by chegewara