오류 발생 이유
numpy의 버전이 높아서 tensorflow에서 구현이 안됨
numpy 1.2x 버전에서 주로 발생한다고 함
오류 해결 방법
numpy의 버전을 1.19x로 낮추면 된다
1. 기존 numpy 삭제
pip uninstall numpy
2. numpy 재설치
pip install numpy=1.19.5
'IT 지식' 카테고리의 다른 글
[Python][Error] SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape (0) | 2023.05.19 |
---|---|
깃허브로 웹 호스팅하는 법 (0) | 2023.03.17 |