Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SPflaum opened this issue Dec 7, 2021 · 1 comment
Open

Comments

@SPflaum
Copy link

SPflaum commented Dec 7, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants