1. 报错
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vmJNnt/pyinstaller/

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-36erwqej/pyinstaller/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dxnqxjlh-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-36erwqej/pyinstaller/

2. 解决方法:
pip3 install pyinstaller==4.1

本文介绍了如何通过pip安装PyInstaller 4.1来修复在构建过程中遇到的错误,步骤包括使用pip3 install pyinstaller==4.1,适用于遇到类似Command报错的用户。
4258

被折叠的 条评论
为什么被折叠?



