우리집

Opencv-python 설치 In Python 3.7 본문

Linux - Ubuntu

Opencv-python 설치 In Python 3.7

AJ Styles 2022. 6. 21. 23:01
python3.7 -m pip install opencv-python

# 오류시 아래의 명령어 중 에러에 맞게 실행
python -m pip install --upgrade pip
python3.7 -m pip install scikit-build
python3.7 -m pip install cmake
python3.7 -m pip install setuptools

'Linux - Ubuntu' 카테고리의 다른 글

Python 3.7 설치 In Ubuntu 18.04  (0) 2022.06.21
SSH ROOT 계정 접속하기  (0) 2022.06.12
Python3-openCV 설치  (0) 2022.06.12
PostgreSQL 설치 및 접속  (0) 2018.02.21
Putty 접속  (0) 2018.02.21
Comments