슬기로운 에러 생활
AttributeError: 'str' object has no attribute 'decode'
vhrehfdl
2021. 8. 26. 13:25
* 에러 원인 : h5py 버전이 맞지 않아 생기는 문제이다.
* 해결 방법 : h5py 버전을 2.10.0으로 맞추니 해결되었다.
pip install h5py==2.10.0