Jetbot import error

I am trying to run a program on jupyter notebook on the jetson nano and I am getting the following error for this line import statement


ModuleNotFoundError Traceback (most recent call last)
in
10 import ipywidgets.widgets as widgets
11 from IPython.display import display
—> 12 from jetbot import Camera, bgr8_to_jpeg
13
14 width_val = 94;

ModuleNotFoundError: No module named ‘jetbot’

How do I resolve this issue?

For JetBot issue, please find more information from Discussions · NVIDIA-AI-IOT/jetbot · GitHub or open bug at Issues · NVIDIA-AI-IOT/jetbot · GitHub

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.