我git在我的项目中克隆了一个python包,因为我需要更改一些文件以满足自己的需要,现在我正尝试使用它,但无法加载。
代码:
mrz = imp.load_source('image.py', os.path.dirname(os.path.abspath(__file__)) + '/PassportEye/passporteye/mrz/image.py')
错误:
attempted relative import beyond top-level package
文件夹结构:
main.py -> where i am trying to import the module
PassPorteye -> the package folder
-- passporteye
--- mrz
---- image.py
我尝试了一些在网上看到的东西,但还是没有运气