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

No matching distributions found for torch==1.10.0+cu113 #119

Open
borissedlak opened this issue May 28, 2024 · 1 comment
Open

No matching distributions found for torch==1.10.0+cu113 #119

borissedlak opened this issue May 28, 2024 · 1 comment

Comments

@borissedlak
Copy link

On my Jetson Orin NX with Jetpack 6.0 and cuda 12.2 I get No matching distributions found for torch==1.10.0+cu113 when executing the Dockerfile, while this is still in the container I assume that my system environment does not have any impact yet. How to resolve that?

@kivanctezoren
Copy link

I encountered the same issue at first, probably the error is because pip cannot find binaries compiled for Orin's architecture. My guess is that the Docker image is not supposed to be installed on the Orin, but on a usual x86 machine. Then you use that image to export a model to .onnx, transfer it to Orin, and later execute this part on Orin to build the program. You can pass the desired .onnx in build_trt_engine.sh.

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