2018 소공전
Anaconda Python Dlib, imutils 설치
CodingJ00
2018. 9. 26. 22:26
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 했을 때 에러 메세지가 나오지 않으면 성공~