执行命令:pip3.7 install keras
报错:Could not find a version that satisfies the requirement h5py (from keras) (from versions: ) No matching distribution found for h5py (from keras)
解决方法:更新pip后,再试一次pip3.7 install --upgrade pip
![错误解决:Could not find a version that satisfies the requirement h5py (from keras) (from versions: ) 错误解决:Could not find a version that satisfies the requirement h5py (from keras) (from versions: )](https://image.shishitao.com:8440/aHR0cHM6Ly9waWFuc2hlbi5jb20vaW1hZ2VzLzExMC82MDcwZmIyMGYwZmFkM2Y1OGVlMWQ2OTFiYzU4NzA4Ni5wbmc%3D.png?w=700&webp=1)
参考资料:https://blog.csdn.net/qq_32827261/article/details/81220940