am unable to import my flask even when i installed it
I did a setup of my python virtual environment but and installed flask but when I say from
How to Diagnose and Fix python .app.py not working
I activated my virtual environment in vs code. In the PowerShell where my environment was activated, I installed Flask successfully. Then I ran this code in my file main.py:
from flask import Flask
app = Flask(name)