Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Whenever I try to install any module, I am getting the following command:
Fatal error in launcher: Unable to create process using '"c:\users\agniva roy\python.exe"  "C:\Python39\Scripts\pip.exe" install os': The system cannot find the file specified.


What I have tried:

I have tried uninstalling and installing python again and even this command:
python -m pip install -U --force pip


But that is giving me another error:
C:\Python39\python.exe: No module named pip


What shall I do?
Posted
Comments
Richard MacCutchan 29-Jan-21 8:00am    
Use file explorer to check exactly where pip is installed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900