Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 추천시스템
- Brightics를 이용한 분석
- Brightics
- 포스코 아카데미
- 삼성 SDS Brigthics
- 혼공학습단
- 데이터분석
- 직원 이직여부
- 캐글
- 혼공머신
- 혼공
- 삼성 SDS
- 삼성SDS
- 브라이틱스
- Brigthics를 이용한 분석
- 데이터 분석
- 포스코 청년
- 팀 분석
- 브라이틱스 서포터즈
- Brigthics Studio
- 혼공머신러닝딥러닝
- 삼성SDS Brigthics
- Brightics Studio
- 노코드AI
- 모델링
- 직원 이직률
- 삼성SDS Brightics
- 영상제작기
- 개인 의료비 예측
- Brigthics
Archives
- Today
- Total
데이터사이언스 기록기📚
[Error] Python_We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 본문
Language/Error
[Error] Python_We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
syunze 2022. 7. 27. 17:15Python Error 전문
After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
Error 이유
pip가 dependency 충돌 문제를 해결하는 방법을 바꿈
-> 2개의 모듈 버전이 충돌한다는 Error문이 하단에 더 있었습니다.
Python code 수정

해결

--use-feature=2020-resolver 추가 후 Error 메세지 없이 잘 실행되는 것을 확인할 수 있었습니다!
728x90
Comments