Python:无法使用Winpython安装py2exe:不兼容错误

时间:2017-02-21 11:08:53

标签: python python-2.7 py2exe

我尝试使用WinPython-64bit-2.7.9.4安装py2exe以将python代码转换为exe文件。

我下载了文件 py2exe-0.6.9.win64-py2.7.amd64.exe

来自https://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/

使用WinPython控制面板进行安装时,会显示如下错误消息。

enter image description here

2 个答案:

答案 0 :(得分:2)

将其重命名为py2exe-0.6.9.win-amd64.exe,然后重试

答案 1 :(得分:0)

有时调用文件无关紧要,WinPython控制面板不会喜欢它。在这种情况下,打开“WinPython Command Prompt.exe”(与WinPython控制面板位于同一目录中)并运行:

python -m pip install "name-of-python-package.whl"

注意:pip还要求正确格式化包文件名,但是如果你有最新版本的pip和最新的python包,你应该没问题。

这个问题也有关:.whl is not a valid wheel filename, storing debug log for failure in C:\