Python 3.x py2exe没有这样的文件或目录

Python 3.x py2exe没有这样的文件或目录,python-3.x,py2exe,Python 3.x,Py2exe,我正在按照教程进行操作,当我尝试运行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,但可以使

我正在按照教程进行操作,当我尝试运行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或更低版本