새소식

2018 소공전

Anaconda Python Dlib, imutils 설치

  • -




Anaconda Python에서 dlib설치




> pip install dlib



anaconda 가상환경에서 pip install dlib로 설치를 하니까 에러가 납니다. 


그래서 찾고 찾고 찾다보니....


> conda install -c conda-forge dlib=19.4



에러가 나지 않고 성공적으로 설치가 됩니다. 


참고 : https://www.codesofinterest.com/2016/10/installing-dlib-on-anaconda-python-on.html


















Anaconda Python에서 imutils 설치



> pip install imutils




성공적으로 설치 완료~







 dlib, imutils 설치 완료 확인






두 라이브러리를 import 했을 때 에러 메세지가 나오지 않으면 성공~

Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.