vscode esp-idf 5.4 can not find tools/python_env folder nor idf5.5_py3.10_env
Posted: Mon Feb 17, 2025 7:16 pm
Iv'e installed esp-idf V5.4 in linux. Ran the command to source ./exports.sh. Then inside vscode we have to install it again as vscode can't find any esp-idf version. After installing it within vscode then when we go to build we get these error messages.
The folder /home/kurt/esp/esp-idf/tools/python_env does not exist. I loaded esp-idf 5.4 and its looking for idf.5_py3.10_env? Have no clue how to fix this.Executing task: /home/kurt/esp/esp-idf/tools/python_env/idf5.5_py3.10_env/bin/python /home/kurt/esp/esp-idf/tools/idf_size.py /home/kurt/Workspace/esp32_2025/hello_world/build/hello_world.map
* The terminal process failed to launch: Path to shell executable "/home/kurt/esp/esp-idf/tools/python_env/idf5.5_py3.10_env/bin/python" does not exist.