esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
128 stars 93 forks source link

Unable to compile. Missing Python executable file? #113

Open scottanctil opened 7 months ago

scottanctil commented 7 months ago

I have tried compiling this multiple times and regardless of the config I am getting an error. I am running Home Assistant on HassOS with the ESPHome module installed. The OS and all modules are up to date.

image

timmo001 commented 7 months ago

I had something similar. I went into the config file added a few lines and reinstalled and it resolved itself. This is probably more an issue for the esphome/esphome repository

scottanctil commented 7 months ago

I had something similar. I went into the config file added a few lines and reinstalled and it resolved itself. This is probably more an issue for the esphome/esphome repository

Can you tell me what lines you added?

timmo001 commented 7 months ago

I just added some blank spaces to the adopted yaml file

scottanctil commented 7 months ago

I tried to add some spaces and the error still persists. Had anyone else run into something like this?

robertklep commented 6 months ago

@scottanctil ran into the issue just now, fixed it by removing the .platformio/penv/.espidf-4.4.5/ directory.