반응형
pycham + anaconda3 + tensorflow 환경에서 image classification code 구현 중
Problem 1 )
아래 errro 가 발생함
error message : ImportError: DLL load failed while importing ft2font:
그 위에서는 -- version check 라는 message가 출력됨
Solve)
- www.programmersought.com/article/38695961693/ reference
matplotlib의 version이 mismatch 하여 발생한 문제로
나는 v3.3.4 이상의 버전이 설치되어 있었음
그래서 uninstall 하고 v3.3.1로 downgrade 하여 재 설치 했음
그러나 아래의 2번째 문제가 발생함
Problem 2)
Solution2) Reference page : www.programmersought.com/article/89164220428/
반응형
'- 배움이 있는 삶 > - AI | Big data' 카테고리의 다른 글
[5/10] Pandas 데이타 분석/ Bar chart 그리기 (0) | 2021.05.10 |
---|---|
Image classification in Pycham 에서 error 정리 (0) | 2021.03.29 |
[3/18] Tensorflow 설치 (Window 10 + Anaconda 3 + pycham) (0) | 2021.03.19 |
Image classification python program (0) | 2021.03.17 |
Data crawling python program (0) | 2021.03.17 |