Replies: 2 comments 5 replies
-
SOLVED! The issue was in the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
❓ Question
I am getting some errors trying to install TensorRT v1.1.0 in a Jetson with JetPack 4.6 for using with Python3
What you have already tried
I followed the Official installation of Pytorch v1.10.0 by using binaries according to the offical Nvidia Forum. Then, I followed the official steps of this repository which are:
Environment
Additional context
Starting from a clean installation of JetPack and Torch 1.10.0 installed by using official binaries, I describe the installation steps I did for using this repository with the errors I am getting.
1- Install Bazel
At this point I can see
bazel 5.1.1- (@non-git)
withbazel --version
.2- Build Natively on aarch64 (Jetson)
Then, I modified my WORKSPACE file of this repository in this way
Finally, when I launch
python3 py/setup.py install --use-cxx11-abi
the error happendNote1: I installed TensorRT v1.0.0 successfully a week ago and now I am stuck trying to install in another Jetson.
Note2: I am getting the same error trying to install TensorRT v.1.0.0. Maybe is by the Bazel..
Beta Was this translation helpful? Give feedback.
All reactions