본문 바로가기
- 배움이 있는 삶/- Software | English

[3/22] pycham + anaconda3 + tensorflow errors 정리

by story of interesting 2021. 3. 22.
반응형

 

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/

반응형