※バージョンの組み合わせ重要
tensorflow==1.14.0
Keras==2.3.1
h5py==2.10.0
Raspberry piを最新にアップデート
$ sudo apt-get update
$ sudo apt-get upgrade
tensorflowのインストール
$ pip3 install tensorflow==1.14.0
Kerasのインストール
$ pip3 install keras==2.3.1
h5pyのインストール
$ pip3 install h5py==2.10.0
これで行けるはず。
いけんかったら以下サイト参考に再度挑戦。
https://qiita.com/Laundly_KUW/items/b0de404560c853de09b0