-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
Importing the SBP Python client will raise a module not found error from inside SBP.
Traceback (most recent call last):
File "/home/b/Development/swiftnav-gps/Software/rpi-rover/main.py", line 4, in <module>
from sbp.client.drivers.pyserial_driver import PySerialDriver
File "/home/b/.pyenv/versions/rpi-rover/lib/python3.6/site-packages/sbp/client/__init__.py", line 11, in <module>
from handler import Handler
ModuleNotFoundError: No module named 'handler'You can reproduce this by trying the example code here: https://github.com/swift-nav/libsbp/blob/master/python/sbp/client/examples/simple.py
Is there any work around?
Metadata
Metadata
Assignees
Labels
No labels