728x90
문제점1
문제점2
https://hidden-loca.tistory.com/6
[Python] dlib 설치하기.
2021. 03. 17 수정 근 수개월 동안 가장 많은 페이지 방문이 있었지만, 내용상 대충대충 써 내린 부분이 많아 새로 수정. - 가상환경생성 dlib을 설치할 가상환경을 만들었습니다. 가상환경이름은 dlib
hidden-loca.tistory.com
위 방법대로 했는데도 안됐다.
C++11 is required to use dlib, but the version of GCC you are using is too
old and doesn't support C++11. You need GCC 4.9 or newer.
conda install dlib
위 명령어는 안됨...
해결책
conda install -c conda-forge dlib
잘된다.
'hacking or software engineering skills > linux' 카테고리의 다른 글
[에러] AttributeError: module 'streamlit' has no attribute 'set_page_config' (0) | 2023.01.20 |
---|---|
[에러] 우분투 jupyter lab 설치 에러, jupyter not found, 환경 설정 하기 (0) | 2023.01.20 |
[centos] No decoder for stream #0:0, filtering impossible, Decoder (codec av1) not found for input stream #0:0 (0) | 2022.07.05 |
scp 파일 전송 (0) | 2021.05.25 |
[리눅스] 파일명, 파일 확장자 일괄 변경 (0) | 2021.03.15 |