Hi all,
I’m not sure if I’m in the right category (first time posting), but I hope you can help!
I’m trying to decode the log data from a Ping1D and decided to start with the simple example by @patrickelectric to get a better idea of the structure and how to proceed. I installed the ping python module and when I run the log file interpreter script, it throws an error “ModuleNotFoundError: No module named ‘brping.definitions’”
I’ve tried installing with a Git Clone and with Pip. I added the Ping Python module install path to my system path for good measure, but I still get the error.
Does anyone know how to deal with this error?