from ctypes import CDLL if __name__ == '__main__': # libc = CDLL("libnvrtc.alt.so.12") libc = CDLL("libnvrtc.so.12") # print(libc.__dir__())