有没有大佬遇到过 windows 正常执行,mac 上执行提示模块不存在。网上说加上如下代码解决,有没有好的方案呢

import os,sys

curPath = os.path.abspath(os.path.dirname(file))

rootPath = os.path.split(curPath)[0]

sys.path.append(rootPath)


↙↙↙阅读原文可查看相关链接,并与作者交流