Skip to content
Advertisement

Cannot install Pyinstaller under Wine on Kali Linux

I am getting syntax error ERROR: Command errored out with exit status 1 ... while trying to install Pyinstaller under Wine on Kali Linux in a virtual environment

I’m getting an error as follows:

JavaScript

I have python2 version 2.7.18 and python version 3.9.10 installed and pip 22.1.2 from /usr/local/lib/python3.9/dist-packages/pip. I have tried uninstalling and reinstalling Python, Wine but the error doesn’t go away.

Advertisement

Answer

The latest PyInstaller version for Python2.7 is 3.6.
So you need to tell pip which PyInstaller version to install:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement