I’ve installed flask but cannot import it due to a missing import error.
On app.py:
from flask import Flask
app = Flask(__name__)
I get a reportMissingImports on the first flask, capitalized or not.
I’ve deleted and reinstalled flask, but it still doesn’t work. how do i fix this?
New contributor
DrippJutsuu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.