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