반응형 가상 환경1 Python 가상 환경(virtual environment) 사용 방법 (numpy 버전 오류) ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pandas 2.0.1 requires numpy>=1.20.3; python_version < "3.10", but you have numpy 1.17.3 which is incompatible. 해당 오류는 설치된 패키지와 새로 설치하려는 패키지 사이에 의존성 충돌이 발생한 것을 나타냅니다. 이 경우, pandas 2.0.1이 numpy 1.20.3 이상의 버전을 필요로 하지만, 현재 nump.. 2023. 4. 30. 이전 1 다음 반응형