我需要怎么做才能正确安装Pyinstaller(在Mac OS X上)?

时间:2020-09-18 09:32:29

标签: python-3.x

当我在终端中输入“ pip installer pyinstaller”时,我得到了:

Air-de-Jules:〜julesdenis $ pip install pyinstaller 下载/解压pyinstaller 下载pyinstaller-4.0.tar.gz(3.5MB):已下载3.5MB 运行setup.py(路径:/private/var/folders/4y/3jw9tqf5319cbzddphwjwm780000gn/T/pip_build_julesdenis/pyinstaller/setup.py)egg_info用于软件包pyinstaller 追溯(最近一次通话): 在第17行的文件“”中 文件“ /private/var/folders/4y/3jw9tqf5319cbzddphwjwm780000gn/T/pip_build_julesdenis/pyinstaller/setup.py”,第63行 file = sys.stderr) ^ SyntaxError:语法无效 来自命令python setup.py egg_info的完整输出: 追溯(最近一次通话):

文件“”,第

行,第17行

文件“ /private/var/folders/4y/3jw9tqf5319cbzddphwjwm780000gn/T/pip_build_julesdenis/pyinstaller/setup.py”,第63行

file=sys.stderr)

    ^

SyntaxError:语法无效


清理中... 命令python setup.py egg_info在/ private / var / folders / 4y / 3jw9tqf5319cbzddphwjwm780000gn / T / pip_build_julesdenis / pyinstaller中失败,错误代码为1 在/Users/julesdenis/.pip/pip.log

中存储故障调试日志

0 个答案:

没有答案