반응형
Notice
Recent Posts
Recent Comments
Link
안 쓰던 블로그
xgboost 설치 오류 failed with initial frozen solve 해결 방법 본문
반응형
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source
conda install -c anaconda py-xgboost
로 설치했는데 뜨는 문제
방법 1. 업데이트 후 재설치
conda update --all
방법 2. pip으로 설치
pip install xgboost
pip으로 설치해도 정상 동작했다
반응형
'머신러닝 > 메모 및 에러 해결' 카테고리의 다른 글
ModelCheckpoint가 h5 파일을 저장하지 않는 문제 (0) | 2021.10.06 |
---|---|
텐서플로우 자격증 시험 환경 구성 - 필요 라이브러리 설치, 버전 확인 (TensorFlow Developer Certificate Exam Environment) (0) | 2021.09.03 |
Kaggle) Your Notebook cannot use internet access in this competition 에러 해결 방법 (0) | 2021.09.02 |
[케라스] add_weight() got multiple values for argument 'name' 해결 방법 (0) | 2021.08.29 |
GridSearchCV Parameter grid for parameter 에러 해결 방법 (0) | 2021.08.13 |
Comments