데이터사이언스 기록기📚

[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:15

Python 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

 

해결

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

728x90
Comments