오류 해결 과정

(python 설치 에러) A newer version of the Python launcher is already installed

필만이 2024. 6. 19. 11:06

배경

  1. ollama 프로젝트중에 알수없는 에러로 진행안됨.
  2. 알고보니 python 3.12였는데, 3.11.5로 다운그레이드하면 의존성이 더 좋다는 후기가 들림
  3. python 3.11.5를 다운받아 설치하는데 에러가 뜸
    A newer version of the Python launcher is already installed

 

과정

  1. 프로그램 추가제거에서 3.12버전 삭제 후 3.11.5 재설치
  2. 같은 에러
  3. 재부팅 후 재설치
  4.  같은에러
  5. 프로그램 추가제거에 python launcher도 있길래 얘도 삭제
  6. 3.11.5 재설치 성공 

 

결론

  • python 버전을 다운그레이드 할땐, python launcher까지 같이 삭제시켜주자