Meshtastic-gui-installer icon indicating copy to clipboard operation
Meshtastic-gui-installer copied to clipboard

module 'esptool' has no attribute 'main'

Open j4nr6n opened this issue 2 years ago • 4 comments

I'm running Ubuntu 20.04 and used these installation instructions.

Step 1/4 esp32 full
ESPTOOL Using command:--port /dev/ttyACM0 erase_flash
Traceback (most recent call last):
File "/home/me/meshtastic/venv/lib/python3.8/site-packages/meshtastic_flasher/esptool_form.py", line 70, in run

esptool.main(command)
AttributeError
:
module 'esptool' has no attribute 'main'

j4nr6n avatar May 16 '22 23:05 j4nr6n