报错:OSError: libomp.so: cannot open shared object file: No such file or directory
https://stackoverflow.com/questions/52401840/what-is-the-ctypes-cdll-default-path
没有libomp.so
总算找到啦!链接
export LD_LIBRARY_PATH=/usr/lib/llvm-10/lib:$LD_LIBRARY_PATH
成功解决!!!