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 have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top