Wie kann ich das richtig installieren pyinstaller? (was mache ich falsch???)

Ich versuche zu installieren pyinstaller (auf Ubuntu). Ich verwendet pip install pyinstaller, die ich denke funktionierte wunderbar. Es ausgegeben

Downloading/unpacking pyinstaller
  Running setup.py egg_info for package pyinstaller

    setup.py is not yet supposed to work. Please Use PyInstaller without installation.

    Complete output from command python setup.py egg_info:


setup.py is not yet supposed to work. Please Use PyInstaller without installation.



----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/alex/venv/base/build/pyinstaller
Storing complete log in /home/alex/.pip/pip.log

Ich lief dann "pip install --upgrade pyinstaller", die ausgegeben

Downloading/unpacking pyinstaller
  Running setup.py egg_info for package pyinstaller

    setup.py is not yet supposed to work. Please Use PyInstaller without installation.

    Complete output from command python setup.py egg_info:


setup.py is not yet supposed to work. Please Use PyInstaller without installation.



----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/alex/venv/base/build/pyinstaller
Storing complete log in /home/alex/.pip/pip.log

Aber dann, wenn ich versuche, die installation zu überprüfen, wie das Handbuch suggeriert, mit "pyinstaller --version", ich habe:

pyinstaller: command not found

Das Handbuch sagt, dass wenn dies Auftritt, sollte ich schauen, dass ich die richtige Ausführung der Pfad in meinem Verzeichnis /usr/bin/, was ich denke ich tun. Echo $PATH ausgegeben

/home/my_name/venv/base/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/path/to/email_and_excel

Was ist Los und wie soll ich das installieren pyinstaller richtig?

Dank!

InformationsquelleAutor aled1027 | 2013-09-04

Schreibe einen Kommentar