Import "flask" could not be resolvedPylancereportMissingImports 어떤 import 를 참고할지 제대로 가져오지 못하는 것이기 때문에 선택할 수 있도록 도와주면 된다.cmd(ctrl) + shift + P > Select Interpreter > .venv 선택
(base) iseoyeon@iseoyeon-ui-MacBookPro ~ % brew install mongodb-community==> Would install 1 formula:mongodb-communityError: Refusing to load formula mongodb/brew/mongodb-database-tools from untrusted tap mongodb/brew.Run `brew trust --formula mongodb/brew/mongodb-database-tools` or `brew trust mongodb/brew` to trust it. 위와 같은 에러가 발생했을 때 해결방법brew trust mongodb/brewbrew install mongodb-community ..