Python2.7 pyinstaller installation error: Command erred out with exit status 1
Error reporting reason:
Installing pyinstaller directly in python2.7 will report an error. Version 4 is incompatible with python2, so we need to specify a compatible pyinstaller version number during installation. The installation commands are as follows:
pip install pyinstaller==3.2.1
Py2exe installation command
pip install py2exe==0.6.9
Read More:
- [Solved] Python install kenlm error: ERROR: Command errored out with exit status 1: …
- [Solved] Pygame Install Error: Command errored out with exit status 255: hg clone –noupdate -q https://bitbucket.o
- [Solved] Demjson error: ERROR: Command errored out with exit status 1
- Mac install python_Levenshtein Error: error: command ‘clang‘ failed with exit status 1
- Python Use PIP to install pyinstaller Error [Solved]
- [Solved] Error when installing pycurl in MAC: Command ‘clang’ failed with exit status 1
- command ‘gcc’ failed with exit status 1 error while installing scrapy
- Conscience installation: How To install Pyinstaller offline on Windows
- [Solved] Ubuntu18.04 Install pyqt5 error: Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-92
- Pip3 install Mysqlclient Error: Command “python setup.py egg_info“ failed with error
- The solution of no such file or directory and cannot load native module running error of python3 pyinstaller after packaging
- [Solved] NPM install Error: check python checking for Python executable python2 in the PATH
- [Solved] Run sudo python setup.py install Error: error: error in setup.cfg: command ‘build‘ has no such option ‘i18
- Pychar can’t connect to Python console, but it can run. Py file, and Anaconda’s command line can run Python command
- Xadmin Install Error: Command “python setup.py egg_info“ failed with error code 1 in C:\Users\ADMINI~1\AppDat
- Python Error: pip install mysql-connector-python failed
- npm install Error: stack Error: Can’t find Python executable “python”
- [Solved] Pyinstaller packaged exe error: “failed to execute script XXX”
- Python 2.7: How to Install PIP
- [Solved] PyInstaller Error: ValueError: too many values to unpack