-
Notifications
You must be signed in to change notification settings - Fork 508
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
Failt buil jetson-inference r36.4.2 (Nano 8gb) #762
Comments
Sorry, there is an issue with TRT10 compatibility for >=r36.4 in this repo - even after you compile it, most of the models from this project are no longer supported (this project was made when caffe models were most popular...)
I have been updating the Jetson AI Lab and genAI containers, and hope to circle back to jetson-inference, but it is also all CNNs. If you are just looking for realtime object detection , I would go with Ultralytics YOLOv11 - they already have good TRT support in their repo.
jetson-utils still builds/runs fine on r36.4 btw
…________________________________
From: michelc33 ***@***.***>
Sent: Tuesday, December 31, 2024 12:48:34 PM
To: dusty-nv/jetson-containers ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [dusty-nv/jetson-containers] Failt buil jetson-inference r36.4.2 (Nano 8gb) (Issue #762)
Hi,
After a clean Jetson nano 8gb install from SD image and SSD addition
Trying to run jetson-inference
docker/run.sh
and that is a FAIL
from the terminal ouput
Unable to find image 'dustynv/jetson-inference:r36.4.2' locally
docker: Error response from daemon: manifest for dustynv/jetson-inference:r36.4.2 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
so I try to build using jetson-containers
jetson-containers build jetson-inference
and it fail
From the terminal outpout
apt-get clean
+ curl -sS https://bootstrap.pypa.io/get-pip.py
+ python3.10
Looking in indexes: http://jetson.webredirect.org/jp5/cu126
ERROR: Could not find a version that satisfies the requirement pip (from versions: none)
ERROR: No matching distribution found for pip
+ curl -sS https://bootstrap.pypa.io/pip/3.6/get-pip.py
+ python3.6
/tmp/install_python.sh: line 27: python3.6: command not found
curl: (23) Failure writing output to destination
The command '/bin/sh -c /tmp/install_python.sh' returned a non-zero code: 127
Thanks in advance !
—
Reply to this email directly, view it on GitHub<#762>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVEGKZOBUMZWQUH3T6O3XT2ILKHFAVCNFSM6AAAAABUNX2SX2VHI2DSMVQWIX3LMV43ASLTON2WKOZSG43DINJXGQ4DENI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
After a clean Jetson nano 8gb install from SD image and SSD addition
Trying to run jetson-inference
and that is a FAIL
from the terminal ouput
so I try to build using jetson-containers
and it fail
From the terminal outpout
Thanks in advance !
The text was updated successfully, but these errors were encountered: