본문 바로가기

COMPUTER SCIENCE/PYTHON

[Python] 패키지 설치 시 PEP 오류 해결 방법

pip로 설치 시 다음과 같은 오류가 발생할 경우의 해결방법

ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly

pip install --upgrade pip setuptools wheel
pip install opencv-python

 

반응형