打开exe文件时出现TypeError

TypeError in opening an exe file

我的 python kivy 代码没有错误,我正在使用命令

将 .py 转换为 .exe
pyinstaller -F BooruScraperUltra.py

转换没有错误,但是当我尝试打开 . exe文件,出现如下错误: https://i.stack.imgur.com/8vpL6.png(照片质量问题请见谅)

我正在使用 Windows 7、PyInstaller 4.4、Python 3.8。 请帮我解决这个问题

您可以尝试将 PyInstaller 降级到 4.3。命令是python -m pip install PyInstaller==4.3