Solving environment: failed with initial frozen solve. Retrying with flexible solve.
conda가 최신 버전이 아닌 경우 발생할 수 있는 에러입니다.
Anaconda Prompt를 열어서 진행합니다.
$ pip install --upgrade pip
$ conda update -n base conda
$ conda update --all
conda와 pip 모두 설치가 진행되지 않던 라이브러리가 설치 가능합니다.
만약 conda로 설치가 진행되지 않는다면 pip로 설치 진행 시 제대로 작동합니다.
[Anaconda] 가상환경 백업 (Export & Import) 방법 (0) | 2022.10.07 |
---|---|
[yolo] yolov5 설치 및 기본 설정 (0) | 2022.08.04 |
[Cuda] Tensorflow GPU 딥러닝 개발 환경 구축 하기 (4) | 2022.03.23 |