Pyinstaller: I got a error on PyInstaller installing by tar file, I want to know this is a bug or my vm problem, thanks

Created on 27 Sep 2020  路  1Comment  路  Source: pyinstaller/pyinstaller

image

support

Most helpful comment

It's a problem with incorrect order of command-line arguments. That should be: python setup.py install.

>All comments

It's a problem with incorrect order of command-line arguments. That should be: python setup.py install.

Was this page helpful?
0 / 5 - 0 ratings