Command not found

I installed meshtastic-python on Jetson Xavier-NX using
pip3 install --upgrade meshtastic

The system is Ubuntu 20.04-based Jetpack 5.0.2 with python 3.8.10. The installation completed without any error. However I cannot find meshtastic command line. Anyone knows where it is installed?

Are you using fw v1.2 or v1.3 ?

1.3.40. I found the binary in $HOME/.local/bin . Somehow in jetson this folder is not in the $PATH after installing pip3.

On the other hand I can’t get it to work with T-echo connected to USB. It seems that meshtastic-python 1.3.35 does not work with T-echo with firmware 1.3.40. I tried both windows and jetson.

If you use version firmware 1.3 you must use this command for the meshtastic CLI

pip3 install --upgrade meshtastic --pre

The documentation is probably not yet updated for v1.3

Thank you. I got it working now by upgrading the device firmware to 1.3.41.