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 | 29 | 30 |
Tags
- 삼성SDS Brightics
- 개인 의료비 예측
- 포스코 청년
- 영상제작기
- 삼성SDS Brigthics
- 혼공
- 혼공머신러닝딥러닝
- 캐글
- 포스코 아카데미
- Brigthics를 이용한 분석
- 브라이틱스 서포터즈
- 팀 분석
- Brightics Studio
- 삼성 SDS Brigthics
- 삼성SDS
- 혼공학습단
- 노코드AI
- 데이터 분석
- Brigthics Studio
- 혼공머신
- Brigthics
- 삼성 SDS
- Brightics를 이용한 분석
- 데이터분석
- 직원 이직여부
- 추천시스템
- 브라이틱스
- 모델링
- 직원 이직률
- Brightics
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