Solving environment: failed with initial frozen solve. Retrying with flexible solve 문제 해결
conda install을 하다 보면 이런 에러가 종종 발생을 한다.
이때는 pip와 conda를 최신으로 업데이트 하고 다시 해보자!
1 2 3
pip install —upgrade pip conda update -n base conda conda update —all
No comments:
Post a Comment