sparkfun / Qwiic_Ublox_Gps_Py

https://qwiic-ublox-gps-py.readthedocs.io/en/latest/index.html
Other
69 stars 41 forks source link

Jetson Nano Trackback error importing UbloxGps and spidev - Python 3 #21

Open SPflaum opened 2 years ago

SPflaum commented 2 years ago

Hi everybody, just installed according to the procedure on Jetson Nano. Launching test_script.py (from folder in home-folder) produces the following error message. I appreciate your advice. Thanks, Sebastian

jetson2@jetson2-desktop:~/UBLOX_M9N_GPS$ python3 test_script.py Traceback (most recent call last): File "test_script.py", line 10, in from ublox_gps import UbloxGps File "/usr/local/lib/python3.6/dist-packages/ublox_gps/init.py", line 58, in from .ublox_gps import UbloxGps File "/usr/local/lib/python3.6/dist-packages/ublox_gps/ublox_gps.py", line 48, in import spidev ModuleNotFoundError: No module named 'spidev'

niranjanravilevelup commented 2 years ago

Hi, Are you trying to connect using a USB port or an UART?