harvitronix / reinforcement-learning-car

Using reinforcement learning to teach a car to avoid obstacles.
MIT License
488 stars 202 forks source link

Error while installing keras in open suse #7

Closed Amaravati closed 7 years ago

Amaravati commented 7 years ago

Hi, I did install python3 and got the repository using git. While installing kera using: pip3 install numpy keras h5py, am facing error. I have attached snapshot. I want to install the ubuntu box and give a try.. If you can provide me the link for ubuntu box version dvd it would be helpful.

python_install

srnand commented 7 years ago

The problem is in h5py. You need to install libhdf5-dev to get the required header files. Just run sudo apt-get install libhdf5-dev and it should install it and its dependencies automatically. Then go with your command.