I am trying to import SQLAlchemy in VS Code
import sqlalchemy
This gives the error:
ModuleNotFoundError: No module named 'sqlalchemy'
I am able to import it in the windows command prompt and Sublime without any errors using the same code
How do I import SQLAlchemy in VS Code?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…