알뜰살뜰 정보/Python

(실행에러) Import "module_name" could not be resolved Pylance(reportMissingImports)

쉬고싶은 거북이 2022. 2. 3. 17:48

 

Visual studio에서 모듈 설치했지만 could not be resolved Pylance 에러 발생

Import "module_name" could not be resolved Pylance(reportMissingImports)

Import "win32" could not be resolved Pylance(reportMissingImports) 에러상황

 

명령 팔레트(Cmd/Ctrl+Shift+P) -> Python Select Interpreter

명령 팔레트(Cmd/Ctrl+Shift+P)를 눌러 창을 띄운다

현재 사용중인 파이썬 버전을 선택한다.

Python Select Interpreter를 입력한 상황

아래와 같이 해결되었다.

Import "win32" could not be resolved Pylance(reportMissingImports) 해결된 모습