Hello Guys, How are you all? Hope You all Are Fine. Today I am just trying to use pyinstaller but I am facing following error ‘pyinstaller’ is not recognized as an internal or external command operable program or batch file in python. So Here I am Explain to you all the possible solutions here.
Without wasting your time, Let’s start This Article to Solve This Error.
How ‘pyinstaller’ is not recognized as an internal or external command operable program or batch file Error Occurs ?
I am just trying to use pyinstaller
but I am facing following error.
'pyinstaller' is not recognized as an internal or external command,
operable program or batch file.
How To Solve ‘pyinstaller’ is not recognized as an internal or external command operable program or batch file Error ?
How To Solve ‘pyinstaller’ is not recognized as an internal or external command operable program or batch file Error ?
To Solve ‘pyinstaller’ is not recognized as an internal or external command operable program or batch file Error You just need to add python script in your path to solve this error. In Search, search for Advanced system settings. Click Environment Variables. In the section System Variables find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New. In the Edit System Variable (or New System Variable) window. and add this path in your PATH variable C:\Users[YOUR USERNAME]\AppData\Local\Programs\Python\Python36-32\Scripts Click OK. Close all remaining windows by clicking OK. Reopen Command prompt window and run your pyinstaller command.
‘pyinstaller’ is not recognized as an internal or external command operable program or batch file
To Solve ‘pyinstaller’ is not recognized as an internal or external command operable program or batch file Error You just need to add python script in your path to solve this error. In Search, search for Advanced system settings. Click Environment Variables. In the section System Variables find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New. In the Edit System Variable (or New System Variable) window. and add this path in your PATH variable C:\Users[YOUR USERNAME]\AppData\Local\Programs\Python\Python36-32\Scripts Click OK. Close all remaining windows by clicking OK. Reopen Command prompt window and run your pyinstaller command.
Solution 1: add python script to the path
You just need to add python script in your path to solve this error.
- In Search, search for Advanced system settings.
- Click Environment Variables. In the section System Variables find the
PATH
environment variable and select it. Click Edit. If thePATH
environment variable does not exist, clickNew
. - In the Edit System Variable (or New System Variable) window.
- and add this path in your PATH variable C:\Users\[YOUR USERNAME]\AppData\Local\Programs\Python\Python36-32\Scripts
- Click OK. Close all remaining windows by clicking OK.
- Reopen Command prompt window
- and run your pyinstaller command.
Summary
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also, Read
THANK YOU!!!!!! (it worked)