This is the imports section of a python script:
As you can see, some of the imports are marked as unresolved by VSC. The only way to avoid this is by installing such modules in general python.
How can I instruct VSC to use a virtual environment where all these modules are already installed?