I'm getting two simultaneous error messages one in the console (1) the other as a popup on the de-bugger icon on the left side-bar (2):
No Python at 'C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python.exe'
Connection to Python debugger failed Socket closed
The programs I ran were one's I wrote before and run on Anaconda's IDLE
Solutions I've tried:
- Re-install Pycharm through Jetbrains Tool box.
reinstall python from https://www.python.org/downloads/
install it and delete your venv folder and recreate it using the new installed python.