Can't import pycuda.driver: undefined symbol: cuIpcOpenMemHandle_v2 #409
Answered
by
inducer
Aldenhovel
asked this question in
Q&A
-
Hi, I can't import pycuda.driver while i am trying to run NVIDIA/TensorRT's Python sample "introductory_parser_samples".
then report error:
Which version of pycuda should I install? Thanks. I am using Nvidia Jetson AGX Xavier mechine, this is the environment:
|
Beta Was this translation helpful? Give feedback.
Answered by
inducer
May 23, 2023
Replies: 1 comment 2 replies
-
Did you build PyCUDA from source? If not, where did you get the binary? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You must've already built it from source then. In this case, your CUDA headers must not match the
libcuda.so.1
on your system (or you might have multiple of either, and it's using the wrong version). You may have multiple installations of CUDA floating around. Try to delete all but one and rebuild PyCUDA.