Could not find a working python interpreter. Please make sure one of the following is in your PATH: python3 python3.8 python3.7 python2.7 python2 python
Python이 설치가 안되어있거나 Path가 등록되어있지 않는 경우에 해당 에러가 나온다.
반응형
Python 설치 사이트에서 해당 버전을 설치한다.
https://www.python.org/downloads/
Download Python
The official home of the Python Programming Language
www.python.org
Add Python xx Path를 클릭해서 환경변수를 등록하도록 해서 설치진행한다.
이후에 컴퓨터를 재부팅하고 확인해보면 된다.
명령 프롬프트(cmd) 에서 Python의 설치는 버전을 확인하면 된다.
python --version
다시 Unity Project를 들어가면 Error가 사라진것을 확인할 수 있다.
★☆☆☆☆
반응형
'개발 > Unity' 카테고리의 다른 글
Unity)문제해결)The animation state AnimationName could not be played because it couldn't be found! (2) | 2022.07.19 |
---|---|
Unity) Web Request(WWW) Code Example (0) | 2022.07.19 |
Unity)Script Template + ScriptableObject (Custom Keyword) (0) | 2022.07.10 |
Unity) Serialize Dictionary (Dictionary 직렬화) (0) | 2022.07.03 |
Unity) 스크립트 템플릿 설정하기(Unity Script Template 개별) (0) | 2022.06.28 |
댓글