I have a problem when install Adafruit CircuitPython on Jetson Nano

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
chimlabs2022
 
Posts: 6
Joined: Thu Feb 02, 2023 9:26 am

I have a problem when install Adafruit CircuitPython on Jetson Nano

Post by chimlabs2022 »

I try to install Adafruit CircuitPython on Jetson Nano with the link: https://learn.adafruit.com/circuitpytho ... GMEALw_wcB

And I found many red texts when updating all your Python 3 packages with the following:

pip3 freeze - local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U

I've repeatedly removed the sd card to clean and reinstall the operating system. Help me, please.
thanks, sir.

Image
Image
Image

That image is an issue.

User avatar
chimlabs2022
 
Posts: 6
Joined: Thu Feb 02, 2023 9:26 am

Re: I have a problem when install Adafruit CircuitPython on Jetson Nano

Post by chimlabs2022 »

and I have a stop sign on the top right.

Image

A problem occurred when checking for the updates.

User avatar
danhalbert
 
Posts: 4687
Joined: Tue Aug 08, 2017 12:37 pm

Re: I have a problem when install Adafruit CircuitPython on Jetson Nano

Post by danhalbert »

What version of Python is running on the Jetson Nano? `python --version`

I'm not sure what the stop sign is for: which updates? "apt" updates for Linux, or something else?

User avatar
chimlabs2022
 
Posts: 6
Joined: Thu Feb 02, 2023 9:26 am

Re: I have a problem when install Adafruit CircuitPython on Jetson Nano

Post by chimlabs2022 »

I found my python version is 2.7 and fixed it with command

sudo update-alternatives --config python

Thank you very much But still stuck with the stop sign problem.

It says A problem occurred when checking for the updates.

User avatar
danhalbert
 
Posts: 4687
Joined: Tue Aug 08, 2017 12:37 pm

Re: I have a problem when install Adafruit CircuitPython on Jetson Nano

Post by danhalbert »

A "checking for updates" problems sounds like a network connectivity problem. But I really have no idea. This is outside of our experience. The Jetson forum or a similar place might have better advice:
https://forums.developer.nvidia.com/c/a ... on-nano/76

User avatar
chimlabs2022
 
Posts: 6
Joined: Thu Feb 02, 2023 9:26 am

Re: I have a problem when install Adafruit CircuitPython on Jetson Nano

Post by chimlabs2022 »

Thanks, sir.

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”