Skip to content
Advertisement

Errors in installing keras using pip?

I am trying to install Keras library using pip in windows 10. I have all the requirements installed, python>=3.8, pip>=20.0.0, NumPy, pandas, matplotlib, virtualenv. But I’m getting the following error.

JavaScript

I thought this error was caused due to improper installation of h5py & hdf5. I tried installing them using pip install h5py but then I encountered the following error:

JavaScript

Please suggest any solutions to overcome these errors?

Advertisement

Answer

Sometimes it happens due to old version of pip

upgrade pip:

JavaScript

then try again:

JavaScript

Note: make sure your python3.8 is 64bit

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement