Installing firmware via usb

So after installing an update, I’m no longer able to connect to the maslow wifi or via the router.

I have tried to reset things via usb, and when running the “Full-Install.command” I get an error

" bad interpreter: No such file or directory

esptool failed"

after seeing a similar issue someone suggested to downloaded Python Launcher and run

“python3 -m pip install esptool” (which I did in the Terminal thing)

however this didn’t help…

has anyone else defeated the “esptool failed” boss?

or have suggestions?

I’m running a mac

I have tried three usb cables (that work with data)

turning off and on each try, and while holding the reset button.

Byron Abbey wrote:

So after installing an update, I’m no longer able to connect to the maslow wifi or via the router.

I have tried to reset things via usb, and when running the “Full-Install.command” I get an error

" bad interpreter: No such file or directory

esptool failed"

after seeing a similar issue someone suggested to downloaded Python Launcher and run

“python3 -m pip install esptool” (which I did in the Terminal thing)

however this didn’t help…

has anyone else defeated the “esptool failed” boss?

on linux I manually installed esptool (ended up with esptool.py IIRC

David Lang