Python.exe stops working when opened via cmd

About two days ago, Python stopped responding after trying to open it in cmd. I tried reinstalling Python and searched the Internet for a possible solution, but could not find the answers. This problem is still ongoing.

Python not responding

Event details

+7
python cmd
source share
1 answer

Try downloading / open the python installer (corresponding to your python version). After opening, click Repair . This will restore Python.

If you are still experiencing problems, try to do this: 1. Open the installer 2. Click Modify 3. Check the Add Python to environmental variables button.

0
source share

All Articles