Pyinstaller Is Not Recognized

Question:

I know this question has been asked before and I have researched and used the following steps to no avail, each one of them:

Pyinstaller is not recognized as internal or external command

'pyinstaller' is not recognized as an internal or external command, operable program or batch file

Pyinstaller not recognized

I have installed and reinstalled Pyinstaller and have added it through the command line and manually to the PATH environment variable.

When I use pip show pyinstaller i get this as its path:

c:usersglobeappdatalocalpackagespythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0localcachelocal-packagespython310site-packages

Edit: I am using Python 3.9.7, Windows 11, Pip list results in: pyinstaller 4.8 and pyisntaller-hooks-contib 2022

I installed pyinstaller via pycharm Python3 -m pip install pyinstaller and via the command prompt when that did not work

I am not sure what else to do as it has its location in the PATH and is certainly installed.

Any Advice?

Asked By: user14593616

||

Answers:

I uninstalled multiple versions of python and reinstalled clicking the "Add to Python to PAth" option upon setup

Answered By: user14593616

If anyone else has the same Problem as Numerlor mentioned invoking it with python -m PyInstaller worked in a normal Terminal or Powershell

Answered By: kevin00756

1-check where is pyinstaller installed copy the path and add it to the system variable under Path->
Note: You Can See But Dont Copy Because it might be installed in different path on your system.
You can See Steps ->

Answered By: HARI NARAYAN SHUKLA
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.