Search found 2 matches

by jcarter293
Mon Jan 11, 2021 4:34 pm
Forum: IDEs for ESP-IDF
Topic: VS Code CMake not using correct Python ENV
Replies: 5
Views: 9807

Re: VS Code CMake not using correct Python ENV

Ah, I didn't realize that was coming from another extension. I did use the esp-idf extension to install but I think vs code suggested installing cmake tools as well. I have two more issues: 1. Is after opening the project I get. Unable to resolve configuration with compilerPath "c:/esp32/.espressif/...
by jcarter293
Sun Jan 10, 2021 6:51 pm
Forum: IDEs for ESP-IDF
Topic: VS Code CMake not using correct Python ENV
Replies: 5
Views: 9807

VS Code CMake not using correct Python ENV

When I run CMake configure I Get this error: [cmake] Diagnostic information: [cmake] IDF_PYTHON_ENV_PATH: C:\ESP32\.espressif\python_env\idf4.3_py3.9_env\scripts [cmake] Python interpreter used: C:\Python\Python39\python.exe [cmake] Warning: python interpreter not running from IDF_PYTHON_ENV_PATH I ...