Am new in flask development and trying to import flask in my project but Pylint
is giving this error in VSCodeE0401:Unable to import 'flask'
, but I installed flask already in my project but I don't know how to solve this, how can I resolve it.
My virtual environment is installed , and the image which proves is below:
The error am getting code , the underlined from:
what am I missing?