Resetting PC & Visual Studio Code - Need Help!

  • Thread starter Thread starter rgtr
  • Start date Start date
  • Tags Tags
    Code pc Visual
AI Thread Summary
The discussion revolves around troubleshooting issues with Visual Studio Code (VS Code) not recognizing the Python executable. Users suggest checking the installation path of Python to ensure it aligns with VS Code's expectations. Reinstalling Python and the VS Code Python plugin is recommended to resolve synchronization issues. Additionally, if using a Python virtual environment, a different approach may be necessary. One user confirmed that re-downloading Python resolved their issue, indicating that reinstalling can be an effective solution.
rgtr
Messages
90
Reaction score
8
TL;DR Summary
In visual studio code in windows 10, when I try to select the interpreter it flashes and I can't click on it. Can someone help? For a good description look at the imgur link which contains the video. Thanks.


I tried resetting the PC and reinstalling visual studio code and that does nothing.
Any advice would be helpful.
 
Technology news on Phys.org
It seems that VS Code Editor can't find your python executable. Check if it’s installed where VS Code thinks it’s installed.

You may have to reinstall python and then reinstall the VSCode python plugin to resync things.
 
I think you need to do this a different way if you are using a Python virtual environment.
 
jedishrfu said:
It seems that VS Code Editor can't find your python executable. Check if it’s installed where VS Code thinks it’s installed.

You may have to reinstall python and then reinstall the VSCode python plugin to resync things.
I re-downloaded python and it seemed to work.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top