You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: