I have a library my_lib.so which links to several CUDA 10.1 libraries, including libnppicc.so. Running ldd on the library outputs the following – all dependencies are resolved correctly: Next, I have a python bindings library which correctly links against this shared library lib_tf.so. When I try to run a simple python program which imports the python module, I get the