Guys how do I fix the "fatal error in launcher " in cmd | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys how do I fix the "fatal error in launcher " in cmd

I've tried everything on YouTube, stack overflow and github but it isn't working. I've tried downloading pip and manually installing it I've tried the "pip ....... ---upgrade" command and I've tried adding the 'scripts' location to the environment variables.

9th May 2020, 6:24 AM
Kondwani Mwape
Kondwani Mwape - avatar
20 Answers
+ 2
[reply for "I'm talking about using pip in command prompt"] Ooh! so what's that command u tried?
9th May 2020, 7:31 AM
A C K
A C K - avatar
+ 2
[reply for "" I tried the "python .... --upgrade pip" command and the response was blank sorry I don't remember everything else"" ] so you want to upgrade pip? Please clarify what u trying to do and what's the real issue!
9th May 2020, 8:06 AM
A C K
A C K - avatar
+ 2
Explain the issue
10th May 2020, 7:22 PM
Sultan
Sultan - avatar
+ 1
Hi Kondwani Mwape, please include your code and more details about the issue! "If this message popup after u converted your python to an executable", It seems like u have to include some hidden imports, ie, by using a different specs I had this issue before and solved when using pyttsx3 and it solved after using a different pyinstaller specs!
9th May 2020, 7:25 AM
A C K
A C K - avatar
+ 1
I'm talking about using pip in command prompt
9th May 2020, 7:29 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
Try to reinstall python
9th May 2020, 7:19 AM
Roman
Roman - avatar
0
What's pyttsx3
9th May 2020, 7:28 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
[reply for "What's pyttsx3" ] It's a python text-to-speech library that works offline and it's easy to work around with it ; )
9th May 2020, 7:29 AM
A C K
A C K - avatar
0
I don't think you know what I'm looking for here. Whenever I enter "pip" in command prompt it shows "fatal error in launcher "
9th May 2020, 7:31 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
I tried upgrading pip
9th May 2020, 7:32 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
Didn't show anything
9th May 2020, 7:32 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
[reply for ""I don't think you know what I'm looking for here. Whenever I enter "pip" in command prompt it shows "fatal error in launcher " ""] did you tried pip3? please mention your python version and pip version
9th May 2020, 7:33 AM
A C K
A C K - avatar
0
pip3 python version 3.8.2
9th May 2020, 7:34 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
[reply for "pip3 python version 3.8.2"] did you have python setup file with you? if then, try launching that and try "repair" option
9th May 2020, 7:35 AM
A C K
A C K - avatar
0
Did that 8times lol
9th May 2020, 7:35 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
[reply for "Did that 8times lol"] Can u please share the command you tried and the error messge clearly?
9th May 2020, 7:37 AM
A C K
A C K - avatar
0
I tried the "python .... --upgrade pip" command and the response was blank sorry I don't remember everything else
9th May 2020, 7:40 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
I tried manually downloading and installing
9th May 2020, 8:07 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
And the command
9th May 2020, 8:08 AM
Kondwani Mwape
Kondwani Mwape - avatar
0
Kondwani Mwape If you were unable to use pip in your cmd or powershell, that means you did not add python to path on installation. Solution: uninstall the program and run it as administrator and on the second window that will come out after "did you want this program to make changes to your computer", click the checkbox that says add python to path and then install your python. If it works let us know, But if it does not work just give the a clear description of the error..
10th May 2020, 5:30 PM
ugochukwu Joseph
ugochukwu Joseph - avatar