본문 바로가기
코딩/pytorch

[해결법] Pytorch, failed with initial frozen solve. retrying with flexible solve

by Kim_Jaehwan 2021. 4. 21.

 

아나콘다 환경에서 pytorch 설치할때 

failed with initial frozen solve. retrying with flexible solve 에러가 뜨면

 

 

conda update -all

 

해준 후 다시 설치하면 해결된다.

 

(anaconda 2020.11-Linux-x86_64, pytorch 1.8.1 cuda 11.1 에서 확인함)

 

댓글