While installing modules with pip, I am always getting the following error: Fatal error in launcher: Unable to create process using '"c:usersagniva roypython.exe" "C:Python39Scriptspip.exe" install os': The system cannot find the file specified.
Fatal error in launcher: Unable to create process using '"c:usersagniva roypython.exe" "C:Python39Scriptspip.exe" install os': The system cannot find the file specified.
To be Note: I had recently updated from Python 3.8 to Python 3.9.
You can uninstall and install again with the command below. Can you try it ?
python -m pip install -U --force pip
after it, I think you can install any module.
1.4m articles
1.4m replys
5 comments
57.0k users