2020년 12월 18일 금요일

[Python 3.8.5] Tensorflow 설치 후 Runtime Error (Numpy installation fails to pass a sanity check)

문제 상황 : 

 Tensorflow 설치 후 정상 작동 확인 (version 확인)과정에서 아래와 같은 에러 발생


해결 과정 (링크 참조): 

https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html?page=1&pageSize=10&sort=votes&type=problem

  • pip list 확인시 numpy version 이 1.19.4 임을 확인

  • 에러 메시지에 나온 link에 제시된 solution 적용 (numpy 1.19.3 설치)
    pip uninstall numpy
    pip install numpy==1.19.3
  • 정상 작동 확인




댓글 없음:

댓글 쓰기