Hi,
I cannot install Pycuda for Jetson nano, as I require it for running inference with tensorrt.
I tried everything including editing the ~/.bashrc as given in earlier posts, tried installing cython, tried soft linking etc. Stll getting the error as follows: [PDF] Error.pdf (92.3 KB)
I have read all th previous solutions which worked for other people.
Environment:
Ubuntu 18.04
Jetson Nano with JetPack 4.6
Cuda 10.2
Numpy version :1.13.3
export PATH=$PATH:/usr/local/cuda/bin
——————————————————-
I have written these 4 lines in my ~/.bashrc file, and then I did :
Sudo pip3 install pycuda —user
Still got the error while installing.
Also it tries 3 different versions of Pycuda
2022 .tar.gz
2021
2020 versions
Still failing the install.
Thank you,
Dhairya Sachdeva