使用pyinstaller的错误消息

时间:2018-07-22 17:27:30

标签: python pyinstaller python-3.7

我正在尝试使用pyinstaller和Python3.70(在Windows 10上)将脚本转换为exe

当我运行命令

pyinstaller --onefile myfile.py

程序运行正常,除了有关libcrypto等的一些警告。

但是当我尝试运行dist文件夹中的exe文件时,出现以下错误消息:

Fatal Python error: initfsencoding: unable to load the file system codec
zipimport.ZipImportError: can't find module 'encodings'

Current thread 0x00002afc (most recent call first):

1 个答案:

答案 0 :(得分:1)

尝试降级到Python 3.6,看来Pyinstaller和Python 3.7的问题尚未解决。根据Pyinstaller:

  

PyInstaller可与Python 2.7和3.3-3.6一起使用