Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59005
    Sylvester Peter
    Participant

    Good day Sir, I got this Error below while trying to install wine python.exe -m pip install pyinstaller in Kali, please assist me how do I fix it or what do I do sir, Thanks and I await for your positive response.

    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
    File “<string>”, line 1, in <module>
    File “c:\users\root\temp\pip-build-mus7vd\pyinstaller\setup.py”, line 63
    file=sys.stderr)
    ^
    SyntaxError: invalid syntax

    —————————————-
    Command “python setup.py egg_info” failed with error code 1 in c:\users\root\temp\pip-build-mus7vd\pyinstaller\
    You are using pip version 9.0.1, however version 21.2.4 is available.
    You should consider upgrading via the ‘python -m pip install –upgrade pip’ command.

    #59037
    Diego PérezDiego Pérez
    Moderator

    Hi!

    Use this commands:
    python.exe -m pip install pefile==2019.4.18
    python.exe -m pip install pyinstaller==3.6

    Then it should work.

    Greetings!
    Diego

    #59235
    Sylvester Peter
    Participant

    Thanks so much sir it worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.