Error While Creating Virtual Environment With python -m venv .venv

I paused my Django learning for a couple of days to celebrate my 74th birthday on February 13, 2025. I came back and tried to create a virtual environment with the command

python -m venv .venv

I get this error message

Error: Command '['C:\\Users\\ZACKAMATA\\Documents\\Learn Python\\Django\\Code with Stein\\Agency\\.venv\\Scripts\\python.exe', '
-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

I searched for a fix and some Pythonistas suggested that I delete the current Python directory and reload it again from official web page. Which I guess means that I uninstall then reinstall Python. I just wanted to make sure that I am doing the right thing. Thanks for your pateince and understanding.