You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
Seems related to the new version of esptool I was able to get things running again by running pip install -Iv esptool==3.3.1 to downgrade esptool to the previous version.
I'm running Ubuntu 20.04 and used these installation instructions.
The text was updated successfully, but these errors were encountered: