美文网首页
[alive_progress] FileNotFound

[alive_progress] FileNotFound

作者: 拥抱月亮的大星星 | 来源:发表于2023-02-25 20:09 被阅读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")

相关文章

网友评论

      本文标题:[alive_progress] FileNotFound

      本文链接:https://www.haomeiwen.com/subject/utxtldtx.html