Relative Content

Tag Archive for pythonvisual-studio-codeterminalvscode-extensionslibraries

VS Code not able to find my python libraries when code runner’s ‘run in terminal’ is checked on

I had to reinstall VS code a bit ago and that ended up breaking my ability to use libraries since it just returns a ModuleNotFoundError even if I have the library installed and even if I reinstall them. Libraries like sys, time, datetime, and socket work though. Installing the code runner extension fixed this by letting me use libraries again but I now cannot use inputs with code runner’s output. Checking the run in terminal option allows input but I again cannot use my libraries.