py2exe 没有那个文件或目录

py2exe No such file or directory

我正在学习教程 here,当我尝试 运行 setup.py 我明白了

    running py2exe 
    Building 'dist\test.exe'. 
    error: [Errno 2] No such file or directory: 'C:\Anaconda3\lib\site-packages\py2exe\run-py3.5-win-amd64.exe'

我做错了什么?

你的 python 版本是什么? py2exe 不支持 Python 3.5,但您可以使用 Python 3.4 或更低版本。