解决:ModuleNotFoundError: No module named ‘ldm‘

在这里插入图片描述
import sys
sys.path.append(程序所在路径)
就好了