简体   繁体   English

我无法使用 pyinstaller 将我的 python 文件转换为 exe

[英]I'm not able to convert my python file into a exe using pyinstaller

The Error Message错误信息

I'm getting this error Everytime I try to convert a python file into exe file using pyinstaller.每次尝试使用 pyinstaller 将 python 文件转换为 exe 文件时,我都会收到此错误。 The command I use is - pyinstaller filename.py我使用的命令是 - pyinstaller filename.py

In python version 3.8, pyinstaller doesn't work.在 python 3.8 版中,pyinstaller 不起作用。 If a direct install via pip doesn't help, try downgrading to python version 3.7.如果通过 pip 直接安装没有帮助,请尝试降级到 python 3.7 版。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我正在使用 PyInstaller 将 .py 文件转换为 .exe 文件,但遇到困难? - I'm using PyInstaller to turn a .py file into a .exe file, but I'm having difficulty? 当我使用 PyInstaller 将我的 gTTS 项目转换为 EXE 时出现错误 - I'm getting an error when I use PyInstaller to convert my gTTS project to an EXE 我正在尝试通过 pyinstaller 将 .py 文件转换为 .exe 文件,但出现此警告 - I'm trying to convert a .py file into .exe file by pyinstaller but this warning showed up Pyinstaller 是否能够将 .py 文件与音频一起转换为 exe? - Is Pyinstaller able to convert .py file to exe together with audio? 我不确定如何正确地执行此代码 [使用 PyInstaller] 到 a.exe 文件中 - I'm not sure how to execute this code correctly [using PyInstaller] into a .exe file 当我使用 Pyinstaller 将 .py 文件转换为 .exe 时,如何包含输出文件? - How do I include an output file when I convert a .py file to .exe using Pyinstaller? PyInstaller 无法使用 geopandas 和 fiona 创建 exe。 即使我创建了 .spec 文件 exe 也无法正常工作 - PyInstaller not able to create exe using geopandas and fiona. Even if I create with some changes in .spec file exe is not working 使用pyinstaller将Python3和Python2转成.exe - Using pyinstaller to convert Python3 and Python2 to .exe 我正在使用 pyinstaller 使我的 python 文件可执行。 我在文件中使用 tkvideo。 我在同一目录中有mp4。 它不起作用 - I'm using pyinstaller to make my python file executable. I am using tkvideo inside the file. I have the mp4 in the same directory. It doesn't work Python Pyinstaller没有生成exe文件 - Python Pyinstaller no exe file generated
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM