ZebusJesus / Meshtastic-PyGUI

Python Based GUI that uses the Meshtastic API
MIT License
25 stars 6 forks source link

No module named meshtastic #12

Open TechMindsYT opened 2 years ago

TechMindsYT commented 2 years ago

Getting this error when trying to connect to radio?

/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named meshtastic

Any advice please?

Running on MACOS

ZebusJesus commented 2 years ago

you are using python version 2, this project uses python version 3. This error is telling you that the meshtastic module hasnt been installed on your system for version 2 of python.

You will need to use

'python3' not python for your commands

python3 -m pip install --update pip

python3 -m pip install meshtastic-pygui

python3 -m meshtastic_pygui