Tools/IntelliJ
[IntelliJ/인텔리제이]No Python interpreter configured for the module 오류 해결
빅경
2025. 2. 23. 16:35
728x90
반응형
인텔리제이에서 파이썬 프로젝트를 가져오려니 No Python interpreter configured for the module 문구가 뜬다.
파이썬 인터프리터 설정이 없어서 발생하며, 파이썬 인터프리터를 설정해주면 됩니다.
파이썬 인터프리터 설정
상단메뉴 [File] - [Project Structure...] 클릭
좌측 메뉴 [Project Settings] - [Modules] - 중간메뉴 [Python] - [Python Interpreter] 설정
중간 메뉴에서 Python이 안보일 경우
중간 메뉴에서 [+] 을 클릭하면 Framework 에 Python 이 있으니 그거 클릭 하면됩니다.
이미지 상으로는 이미 파이썬을 추가해놔서 안보임.
728x90
반응형