Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/355.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
带有Python的新Bee到Exe问题_Python_Pyinstaller - Fatal编程技术网

带有Python的新Bee到Exe问题

带有Python的新Bee到Exe问题,python,pyinstaller,Python,Pyinstaller,我正在使用python并试图将其转换为.exe。运行时版本运行良好,没有错误。一旦我尝试使用pyinstaller进行编译,就会得到一个无法运行的可执行文件。Pyinstaller生成。我回到了python3.6,它修复了Pyinstaller的问题

我正在使用python并试图将其转换为
.exe
。运行时版本运行良好,没有错误。一旦我尝试使用pyinstaller进行编译,就会得到一个无法运行的可执行文件。Pyinstaller生成。

我回到了python3.6,它修复了Pyinstaller的问题