[alive_progress] FileNotFound

2023-02-25  本文已影响0人  拥抱月亮的大星星

alive_progress 使用的时候正常,用pyinstaller打包报错

解决方案 配置 a.datas += Tree

a = Analysis(['script.py'],
             pathex=[],
             binaries=[],
             datas=[],
             hiddenimports=[],
             hookspath=[],
             runtime_hooks=[],
             excludes=[],
             win_no_prefer_redirects=False,
             win_private_assemblies=False,
             cipher=block_cipher,
             noarchive=False)
a.datas += Tree("<python_path>/Lib/site-packages/grapheme/", prefix= "grapheme")
上一篇 下一篇

猜你喜欢

热点阅读