【发布时间】:2015-10-26 19:02:06
【问题描述】:
有谁知道为什么pyinstaller 在通过pip 通过anaconda 32bit 安装后立即失败?
我通过 pip install pyinstaller 在 Windows 64 位使用 32 位 anaconda 的 anaconda 命令提示符安装了 pyinstaller(因为我想创建 32 位可执行文件)
是的,我读过 pyinstaller --version failed to create a process 和 pip/easy_install failure: failed to create process 和 How to install pyinstaller using pip
我没有重命名 15 分钟前安装的 anaconda、10 分钟前安装的 pycharm 和 5 分钟前安装的 pyinstaller 的任何文件。我通过 pup uninstall 卸载了 pyinstaller 并重新安装在 anaconda 脚本文件夹中,这没有任何作用。
有任何见解吗? #windows 挫折
小路
C:\Users\me\Anaconda\Lib\site-packages>PyInstaller
【问题讨论】:
-
您的用户真的是
me还是您有一个带空格的真实用户名? (例如John Doe) -
此问题已于 2016 年 7 月修复
标签: windows python-2.7 pip anaconda pyinstaller