ERROR - Project interpreter not specified

CODEDRAGON Development/Python

반응형

 

 

 

오류 메시지

Python 프로젝트 생성시 아래와 같은 에러가 발생하며 프로젝트를 생성할 없습니다.

ERROR - Project interpreter not specified


 

 

 

 

오류 원인

python.exe 있는 폴더의 위치 관련 도구들의 폴더위치 정보가 설정되어 있지 않아서 발생합니다.

 

 

 

 

 

해결방법 1

[Please configure an interpreter before proceeding]


 

 

[Quick Auto-Config]


 

설정 ...


 

 

프로젝트 생성시 정상적으로 설정되어집니다.


 

 

 

 

 

 

해결방법 2

eclipse 메뉴: [Windows] >> [Preferences] >>

왼쪽 창에서 [PyDev] > [Interpreters] > [Python Interpreter] 선택 >>

오른쪽 창에서 [Quick Auto-Config] 버튼 클릭


 

파이썬 폴더를 검색하여 자동으로 설정이 추가된 것을 확인할 있습니다. >>

[Apply and Close]


 


 

프로젝트 생성시 정상적으로 설정되어집니다.


 


반응형