I hope you took away lots from this video. Let me know below! PS: I created a course named "Object Oriented Programming Made Easy"! Sign up at bit.ly/3NaMfg4 Enroll now.
@Lurkingbird Жыл бұрын
bro i installed pyinstaller by typing "pip install pyinstaller" but when I try to use it it says pyinstaller not recegonised
@yourmarketingbro5 ай бұрын
Bro you saved my life life tommorow is my presentation and I wasn't finding any solution to convert .py into .exe.Thank you very very very much.May God bless you for these good deeds of yours.
@Captainspark05Ай бұрын
no the literal fuck u were not
@vulture_6x17 күн бұрын
ermmm, I don't think you are trying to present a presentation
@Captainspark0516 күн бұрын
@vulture_6x 🤣
@julo181146 күн бұрын
@vulture_6x Who are you to judge? Were you there?
@vulture_6x2 күн бұрын
@@julo18114 It’s a joke dawg you don’t have to be so salty about it 😉
@novicetech110 ай бұрын
Wow! I spent hours trying to get this to work and it only took 5 minutes following along with you. Thank you, Nick.
@iciclesteve64646 ай бұрын
real
@AlastairGames Жыл бұрын
when I went to "pip install pyi" with CMD it says "pip is not a recognized as an internal or external command..." I think you missed some steps!
@Linexioo11 ай бұрын
so install modules u need to open ur python folder and go to propertys on ur python version and then u cope every thing behind python .exe so for me it would be "C:\Users\aaaaaaap\AppData\Local\Programs\Python\Python310\ then u open cmd as admin and do cd ur thing you just copied then u do cd scripts and pip install from there
@hasthij28358 ай бұрын
Use code: py -m pip install pyi . this worked for me
@XtecherPY3 ай бұрын
pip is not a command itself its attached to python real command would be "python3 -m pip install pyi"
@Copppopop Жыл бұрын
Great video! Exactly what I needed and no messing around or padding out for runtime, straight and to the point! Thank you so much!
@programmingwithnick Жыл бұрын
I am glad it was helpful!
@minionsmemesongs41467 ай бұрын
its saying the comand pyinstaller is not reconised
@C_a_p_p_l_e4 ай бұрын
same
@gamingplayinglearing4 ай бұрын
same
@C_a_p_p_l_e4 ай бұрын
@@gamingplayinglearing i found a better tut: kzbin.info/www/bejne/rnukfmuVgd1oo7s
@Hellhorde.4 ай бұрын
same
@Hellhorde.4 ай бұрын
GOT IT GUYS run this in CMD first. py -m pip install pyinstaller then do as he says, just follow along exactly as he says. if it is still not working reinstall python and make sure pip is checked and the other needed options.
@zurcloveslocking2 жыл бұрын
pyinstaller is not recognized as an internal or external command do you know how to fix this issue?
@mikhailwebb8377 Жыл бұрын
Unfortunately it cant be fixed. The Python Community has not solved this issue as yet. And the videos online claiming that they've fixed it are lying for views.
@metasploitness192711 ай бұрын
How to Solve: 'pip' is not recognized as internal or external. 1. My computer > Right Click > Properties 2. Advanced System Configurations 3. Environment Variables 4. Select the "Path" variable and click "Edit" 5. Select "New" and paste the folder path for the python "scripts" folder (In my case, the folder is located in: C:\Users\MC Don Juan\AppData\Local\Programs\Python\Python311\Scripts) 6. After that, click "OK" and "OK" 7. Go to the cmd and type pip install pyinstaller and everything should work correctly now.@@mikhailwebb8377
@ruiliang68197 ай бұрын
pip install it
@BlackFenix-jz5rs6 ай бұрын
@@ruiliang6819yeah, that doesnt work
@leonytgames6 ай бұрын
@@ruiliang6819 well it is installed thats my problem here
@Pigster7003 ай бұрын
" 'pyinstaller' is not recognized as an internal or external command, operable program or batch file. " Please help.
@rensius49883 ай бұрын
same
@holy_cheese_man3 ай бұрын
cant fix either
@dajidon8052 ай бұрын
1 ) click On Windows, search for "Environment Variables" in the Start menu and click on "Edit the system environment variables". Click on the "Environment Variables" button. 2)In the "User variables" section, find the Path variable and select it. Click on "Edit". 3)Click "New" and paste the following path "C:\Users\kakois\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts" Click "OK" to save the changes. 4)Close and reopen your terminal (Command Prompt or PowerShell) for the changes to take effect. and don't forget to delete pyinstaller by pressings pip uninstall pyinstaller and download it again it works thanks
@somethingoofty56602 ай бұрын
add to path
@masterblaster99252 ай бұрын
same
@briangoodman93442 жыл бұрын
Mine doesn't work. I coded a small 1 kilobyte python source code with the modules turtle, random, and time. When I follow the tutorial very carefully, it tells me that pyinstaller wasn't found. I installed pyinstaller. Do you think there is a way to fix this?
@programmingwithnick2 жыл бұрын
Your computer does not know where to find the pyinstaller executable. Check this to see if any of the solutions do the trick for you: stackoverflow.com/questions/45951964/pyinstaller-is-not-recognized-as-internal-or-external-command?noredirect=1&lq=1
@EJJ5093 ай бұрын
@@programmingwithnick Thanks!
@Hexastroyer7 ай бұрын
i was using multiple libraries like custom Tkinter and pillow but, when i convert it to .exe, it doesn't locate the library. can you help me ? thanks
@FunnehmeGames4 ай бұрын
'pyinstaller' is not recognized as an internal or external command, operable program or batch file. and i know it was succefully installed using --version
@lillii9119 Жыл бұрын
It gives me errors that look like this: 3407 WARNING: Library not found: could not resolve 'api-ms-win-crt' And when I open the exe file it closes immediately
@praveendesu2 жыл бұрын
I installed pyinstaller successfully, but I'm getting this error when trying to convert a python file to .exe. Please help. 'pyinstaller' is not recognized as an internal or external command, operable program or batch file.
@momentx282 Жыл бұрын
same here
@0x_jstinFN Жыл бұрын
add the path were all your python scripts are as environmental variables
@metasploitness192711 ай бұрын
How to Solve: 'pip' is not recognized as internal or external. 1. My computer > Right Click > Properties 2. Advanced System Configurations 3. Environment Variables 4. Select the "Path" variable and click "Edit" 5. Select "New" and paste the folder path for the python "scripts" folder (In my case, the folder is located in: C:\Users\MC Don Juan\AppData\Local\Programs\Python\Python311\Scripts) 6. After that, click "OK" and "OK" 7. Go to the cmd and type pip install pyinstaller and everything should work correctly now.
@Pigster7003 ай бұрын
@@metasploitness1927 litteraly no one asked for this this is about pyinstaller
@usmanumer9871Ай бұрын
at 1:46 i stuck . it cant recognize my file . i m using thonny ide
@bluenoob4078 Жыл бұрын
Nice vid i didn't think this would work but you earned a sub
@programmingwithnick Жыл бұрын
Glad I could help
@minionsmemesongs41467 ай бұрын
python -m PyInstaller that code can also work ps thanks for the fid do u know how u can make it so someone with a mac can also open it ?
@aliakbarakbari3802 Жыл бұрын
Hi Nick, thanks for the video, I followed all the steps, but I am getting " PermissionError: [Errno 13] Permission denied:" did run cmd as admin, and I have full right (full control/modify, read,write...) over the folder where my .py file is located. any idea? thanks
@trr3576Ай бұрын
wow you are the guy I learned ardino from! nice videos thanks
@oldfoxtrap313114 ай бұрын
All programming languages contain a command to create an executable file. Why does Python not have this command? Is there a deficiency in the program?
@QuransGems-zd1jd6 ай бұрын
'pyinstaller' is not recognized as an internal or external command, operable program or batch file. ! What to doo!
@SimTekGameDevelopment5 ай бұрын
That was an excellent video!
@Tims_Projects2 жыл бұрын
Thankyou Nick, that was great. Now how long have I been using windows and typed cmd after clicking the start button then navigating to the folder, OMG, slap myself on the head, typing it in the navigation bar is new to me ha-ha, thank you for that tip also.
@programmingwithnick2 жыл бұрын
Glad it helped!
@exro2166 Жыл бұрын
I love the work you did. I have an issue i cant open the dist file even after converting from python file to .exe why is that happening please
@Mos_RC_PlanesАй бұрын
broooooo when i type pip install pyinstaller it doesnt work, it says that there is a mistake or i have wrote it wrong, plss help
@Alpha-fc3boАй бұрын
hey run this (python -m PyInstaller yourfile.py) - replace "yourfile.y" with your file. This is the fix!
@vegaselements2 жыл бұрын
Thanks for you... I have questions... After make it the file not work ... massage no module named talib.abstract While the file is working normally within the working environment pycharm
@programmingwithnick2 жыл бұрын
I don't know what went wrong in your case. I found a similar case when searching online: stackoverflow.com/questions/67675751/i-am-getting-failed-to-execute-script-main-when-i-double-click-on-the-exe-file I don't know if it helps.
@programmingwithnick2 жыл бұрын
and this: stackoverflow.com/questions/56088674/modulenotfound-error-while-executing-a-package-created-by-pyinstaller-on-windows?rq=1
@vegaselements2 жыл бұрын
Thanks pro .. i will try
@s2flyiscool23 ай бұрын
'pyisntaller' is not recognized as an internal or external command, operable program or batch file.
@RonalRomeroVergel Жыл бұрын
doesn't work bro... can you help me?
@milan957 Жыл бұрын
Very useful and detailful. Thank you!
@Maxib2262 ай бұрын
ummmmmmmmmmm my program says import error bc it can't find the external libs
@juanm30583 ай бұрын
it works super well thank you so much!
@zidaanahmad_ Жыл бұрын
Sir how to make executable if I have some dependencies like pandas, face recognition etc ?
@BitsNBytes_2 жыл бұрын
If I may ask, can I get your Desktop background, I hella like it!
@programmingwithnick2 жыл бұрын
Sure, here it is: gr.pinterest.com/pin/15199717481111447/
@aryelpanda7 ай бұрын
can you do a video on how to do this but with c++ and raylib?
@avejst2 жыл бұрын
Great video as always 👍 Good walk-through of the process Thanks for sharing your expirence with all of us 👍 😀
@programmingwithnick2 жыл бұрын
My pleasure!
@Cc99X_YT3 ай бұрын
Why not just use a .pyw file so that the console doesn't show up instead?
@justkidding-20238 ай бұрын
how can we change the logo of exe file
@basry878785 ай бұрын
i created the .exe file but the program isn't being executed suceesfully
@Abdallah-Mohamed-Ali10 ай бұрын
The converting steps take a long time more non stope converting time do you have a solution
@monnichoudhory44062 жыл бұрын
Keep going brother.
@programmingwithnick2 жыл бұрын
Thank you, I will
@metasploitness192711 ай бұрын
How to Solve: 'pip' is not recognized as internal or external. 1. My computer > Right Click > Properties 2. Advanced System Configurations 3. Environment Variables 4. Select the "Path" variable and click "Edit" 5. Select "New" and paste the folder path for the python "scripts" folder (In my case, the folder is located in: C:\Users\MC Don Juan\AppData\Local\Programs\Python\Python311\Scripts) 6. After that, click "OK" and "OK" 7. Go to the cmd and type pip install pyinstaller and everything should work correctly now.
@programmingwithnick11 ай бұрын
Thanks for this helpful comment!
@Chavo199110 ай бұрын
did'nt worked
@namedontknow9377 Жыл бұрын
amaizing😍
@apo_08844 ай бұрын
Ωραίος!
@puranjayraikwar42356 ай бұрын
BRO I FUCKING LOVE YIU, YOU FIXED MY PROBLEM, I WAS TRYING FOR OVER 2 DAYS, THANKYOU BRO
@totalblade58646 ай бұрын
what the fuck
@razarajpoot98112 жыл бұрын
ohh such a great and easy explaination. Very amazing, like and sub done🥰
@programmingwithnick2 жыл бұрын
Thank you so much 🤗
@aquaslegocreation92099 ай бұрын
my exe file close automatically please help me sir
@ΔημήτρηςΣτεργίου-μ4κ7 ай бұрын
Your code has error
@EliseyzScripts9 ай бұрын
Thank you very much!
@chatgptowner7 ай бұрын
You are so good
@Alexandros.Deligiannis2 жыл бұрын
Καλησπέρα σας, είναι φανταστικά και με μεγάλο ενδιαφέρον τα βίντεο που ανεβάζετε!!! Ειδικά αυτά με το arduino στο άλλο κανάλι που έχετε. Υπάρχει τρόπος να επικοινωνήσουμε μαζί σας?
@programmingwithnick2 жыл бұрын
Ευχαριστώ πολύ για τα καλά σας λόγια!
@venkatyalamati32859 ай бұрын
Thank you!!!
@ArcticHorizon7 ай бұрын
I don't understand anymore I just want to upload my shit to github to document my progress learning python how the fuck do I get pip what are these commands where do I put them I don't get it anymore
@Alex-kr1ns6 ай бұрын
Just breath, lol. If you haven't figured it out yet, you have to add the directory for pip in the pc properties options. Look up in the cortana search bar "environment variables", go down to system variables, new, and add the scripts folder for your python directory which is usually in C:\Users\x\Appdata\Local\Programs\Python\Python311\Scripts. Restart your pc and cmd is able to access the pip command.
@uoyOS7 ай бұрын
it didnt work
@marios_1182 жыл бұрын
emm nice job! telios
@orthodoxia32 Жыл бұрын
εισαι ελληνασ σωστα?
@programmingwithnick Жыл бұрын
σωστά
@vic.1 Жыл бұрын
thank you so much
@zoranzoki5652 Жыл бұрын
it does not work
@andreallifevideostooАй бұрын
I Don't Think It Works Anymore.. Or Should I Say, print ("I Don't Think It Works Anymore..")
@thesciencedude19005 ай бұрын
Pyinstaller gave me a Trojan according to Windows defender. So yeah, be carefull
@MiniSquid208Ай бұрын
'pyinstaller' is not recognized as an internal or external command, operable program or batch file.