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
반응형
'COMPUTER SCIENCE > PYTHON' 카테고리의 다른 글
[Python] OpenCV 설치 시 error 해결방법 (0) | 2020.11.04 |
---|---|
[Python] 표준 에러 출력하기 (0) | 2020.10.24 |
[Anaconda] conda 명령어 수행 오류 해결 (0) | 2020.08.12 |
[Python] Colab에서 구글 드라이브 연동하기 (0) | 2020.07.15 |
[Python] Pandas 행, 열 출력 개수 설정 (0) | 2020.06.12 |