Another Big Sur Issue/Strangeness
See original GitHub issueMac OS 11.2.1 Big Sur
I wasn’t able to successfully install it due to the following error: ERROR: Command errored out with exit status 1:
For anyone else who faced this issue, this is what “successfully” installed ESPHF. python3 -m pip install --user -e .
That being said, there is no “ESPHome-Flasher” in my applications folder, or anywhere on the computer. In the main esphomeflasher directory, the dist folder is empty, as well as the “ESPHome-Flasher” folder. There are no executable files anywhere. Following the successful installation, I ran in my terminal “esphomeflasher” and was returned with the following error: zsh: command not found: esphomeflasher
. I’m not sure if during the process it didn’t create an executable file but instead just created an empty folder?
Now this is the second time I’ve reinstalled it after a first successful install kept throwing this error when I tried to run esphomeflasher.
This program needs access to the screen. Please run with a Framework build of python, and only when you are logged in on the main display of your Mac.
I should also note that when I ran that esphomeflasher command and it returned that error, there was still no app in my applications folder, and opening my sys prefs didn’t indicate that I was trying to open a third party application. I’m aware of the solution from Issue #26 and Issue #38 where people have used chmod +x ESPHome-Flasher.app/Contents/MacOS/ESPHome-Flasher
with success. I can’t seem to connect my permissions in sys prefs with running this application.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
Fixed in https://github.com/esphome/esphome-flasher/releases/tag/1.4.0
Okay, good! Thanks for your insight too. I ended up figuring it out via the CLI, and never got the GUI to work. Which is fine in the end.