gpt4 book ai didi

python - Pyinstaller 在 python 3.7 中不起作用(找不到模块 'encodings')

转载 作者:太空狗 更新时间:2023-10-30 01:11:39 26 4
gpt4 key购买 nike

我有下面的测试程序 - 我用 pyinstaller(Python 版本 3.7b。windows 10 - 64 位)编译了代码,注意到编译期间的警告和错误。我将不胜感激解决此问题的任何见解。

Test.py
import encodings
print('Test')

编译警告示例

102 INFO: PyInstaller: 3.3.1
102 INFO: Python: 3.7.0b1
104 INFO: Platform: Windows-10-10.0.14393-SP0
2771 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\apps\python\python37\python.exe
2801 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\apps\python\python37\python.exe

Error - executing the program Fatal Python error: initfsencoding:
unable to load the file system codec zipimport.ZipImportError:
can't find module 'encodings' Current thread 0x0000289c (most recent call first):

最佳答案

我有同样的错误(zipimport.ZipImportError:找不到模块“编码”)。

我认为这与 Python 3.7 尚不支持 pyinstaller 有关...

关于python - Pyinstaller 在 python 3.7 中不起作用(找不到模块 'encodings'),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48872724/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com