Sunday, October 30, 2022

[SOLVED] Import "flask" could not be resolved Pylance

Issue

I am getting this missing import error.

src="https://i.stack.imgur.com/C1GPO.png" alt="enter image description here" />

I tried installing flask and flask alchemy again but it says requirement satisfied


Solution

Did you install the module?

You can do this by for example by writing pip install flask in your command line.



Answered By - Teun Van Der Weij
Answer Checked By - Robin (WPSolving Admin)