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.
20 Réponses
+ 2
[reply for "I'm talking about using pip in command prompt"]
Ooh! so what's that command u tried?
+ 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!
+ 2
Explain the issue
+ 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!
+ 1
I'm talking about using pip in command prompt
0
Try to reinstall python
0
What's pyttsx3
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 ; )
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 "
0
I tried upgrading pip
0
Didn't show anything
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
0
pip3 python version 3.8.2
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
0
Did that 8times lol
0
[reply for "Did that 8times lol"]
Can u please share the command you tried and the error messge clearly?
0
I tried the "python .... --upgrade pip" command and the response was blank sorry I don't remember everything else
0
I tried manually downloading and installing
0
And the command
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..