Espressif Installation Manager (EIM) Fails with Install Python
Posted: Tue Feb 24, 2026 12:23 am
Long story short, in order to try and fix an issue I had I decided to remove VSCode and ESP32 development tools, etc., and start clean.
When I install VSCode and then the ESP-IDF framework I can't run EIM. It fails with Python Not Configured. If I select "Expert Installation" at Python Sanity Check it asks me to Install Python and then fails with "Install Python" again, etc..
If I run an offline installer (eg esp-idf-tools-setup-online-2.4.1.exe ) it works fine and I can run idf.py build from the command line on a known good project and it works fine.
If I run python from the command line I see
Python 3.13.12 (tags/v3.13.12:1cbe481, Feb 3 2026, 18:22:25) [MSC v.1944 64 bit (AMD64)] on win32
I can't finish the installation of the ESP-IDF extension because I can't run EIM.
Over the past few days I have added openSSL, virtualenv, and pip. As is common these days, I have about 20 copies of python on my machine (including 3 in C:\Espressif\) and they are all versions between 3.11 and 3.13.
I now can't do any esp32 code development with VScode.
How can I fix this? Thanks.
When I install VSCode and then the ESP-IDF framework I can't run EIM. It fails with Python Not Configured. If I select "Expert Installation" at Python Sanity Check it asks me to Install Python and then fails with "Install Python" again, etc..
If I run an offline installer (eg esp-idf-tools-setup-online-2.4.1.exe ) it works fine and I can run idf.py build from the command line on a known good project and it works fine.
If I run python from the command line I see
Python 3.13.12 (tags/v3.13.12:1cbe481, Feb 3 2026, 18:22:25) [MSC v.1944 64 bit (AMD64)] on win32
I can't finish the installation of the ESP-IDF extension because I can't run EIM.
Over the past few days I have added openSSL, virtualenv, and pip. As is common these days, I have about 20 copies of python on my machine (including 3 in C:\Espressif\) and they are all versions between 3.11 and 3.13.
I now can't do any esp32 code development with VScode.
How can I fix this? Thanks.