I use VSCode for building ESP32 firmware. I have vscode-esp-idf-extension. It builds, flashes and monitors successfully. But when I try to debug (pressing F5), is says:
OK, I see that I need to install pywin32. But when I try to executeModuleNotFoundError: No module named 'win32api'
Code: Select all
python -m pip install pywin32
In fact I see pip.exe, pip3.exe and pip3.7.exe in idf4.1_py3.7_env\Scripts\. What's the problem? I guess the problem is in python environment, but it's to difficult to understand for me what's wrong with it.D:\Viktor\software\.espressif\python_env\idf4.1_py3.7_env\Scripts\python.exe: No module named pip