본문 바로가기

Computer/All that ERROR!!!!!!

Anaconda 업데이트 잘 안될 때 (failed with initial frozen solve. Retrying with flexible solve.)

Anaconda 는 매우 편리한 패키지 관리 툴이지만 버전이 꼬이기 시작하면 답이 없다.

 

특히 업데이트가 필요할 때 

conda update --all 

을 많이 사용할텐데,

Failed with inifailed with initial frozen solve. Retrying with flexible solve.

라는 메세지만 뜨고 진행이 되지 않으면 매우 짜증난다.

 

그럴 때는 

conda config --set channel_priority false

의 명령어를 쓴 뒤 업데이트를 진행하자.

문서에 따르면, 패키지를 항상 최신 상태로 유지하고 싶을 때, 사용할 수 있다고 한다.

 

다만, 이 경우 패키지 간 dependency 문제가 발생할 수 있음을 유념하고..

conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html