Install latest jetbot on latest jetson nano image system

I have setup the latest jetpack on my jetson nano downloaded from the offical website. And I use the command:
$ git clone GitHub - NVIDIA-AI-IOT/jetbot: An educational AI robot based on NVIDIA Jetson Nano.
$ cd jetbot
$ sudo python3 setup.py install

However, the messages showing are not like I have seen before, as the picture showing. And when I use , the package didn’t show in list.

I have spend much time on installing jetbot, please give me some advaice if you know, thanks a lot~

Hi,

Thanks for reaching out!

Hmm, it is odd that this command would succeed but not be discovered. Do you still face this issue if you install with

python3 setup.py install --user

Please let me know if this helps or you run into any issues.

Best,
John

1 Like

Thanks, it works.