Python

Fatal error in launcher: Unable to create process using "..python.exe"

Fatal error in launcher: Unable to create process using "..python.exe", someone asked me to explain?

I am using python version 3.9.10. I got this following error "Fatal error in launcher: Unable to create process using "..python.exe"" while running this command "pipenv --venv". The system cannot find the path specified.

Fatal error in launcher

SOLUTION:

To resolve this error I just install pipenv.
pip install pipenv

VIDEO GUIDE:

Post your comments / questions