meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.35k stars 816 forks source link

[Bug]: ModuleNotFoundError: No module named 'meshtastic.mesh_pb2' #4876

Closed spin1024 closed 1 day ago

spin1024 commented 1 day ago

Category

Other

Hardware

Other

Firmware Version


Description

meshtastic-flasher not starting

Relevant log output

Traceback (most recent call last):
  File "/home/user/.local/bin/meshtastic-flasher", line 5, in <module>
    from meshtastic_flasher.main import main
  File "/home/user/.local/lib/python3.8/site-packages/meshtastic_flasher/main.py", line 11, in <module>
    import meshtastic_flasher.form
  File "/home/user/.local/lib/python3.8/site-packages/meshtastic_flasher/form.py", line 32, in <module>
    from meshtastic_flasher.settings import Settings
  File "/home/user/.local/lib/python3.8/site-packages/meshtastic_flasher/settings.py", line 10, in <module>
    from meshtastic_flasher.user_form import UserForm
  File "/home/user/.local/lib/python3.8/site-packages/meshtastic_flasher/user_form.py", line 8, in <module>
    import meshtastic.mesh_pb2
ModuleNotFoundError: No module named 'meshtastic.mesh_pb2'
thebentern commented 1 day ago

Meshtastic-flasher has not been updated in a very long time and is longer maintained. The new web-flasher (https://github.com/meshtastic/web-flasher) is available though at: https://flasher.meshtastic.org/