I am trying to install keras using my conda environment. I have been instructed to install the keras with Tensorflow backend using the following command:
install -c hesi_m keras
But the problem is it downloads some packages and then errors outs follows:
Downloading and Extracting Packages:
keras_applications-1 | 45 KB | ############### | 100%
keras-2.2.0 | 444 KB | ############### | 100%
keras-preprocessing- | 43 KB | ############### | 100%
Preparing transaction: done
Verifying transaction: failed
CondaVerificationError: The package for keras-preprocessing located at /home/usama/anaconda3/pkgs/keras-preprocessing-1.0.1-py36_0 appears to be corrupted. The path 'lib\python3.6\site-packages\Keras_Preprocessing-1.0.1-py3.6.egg-info\PKG-INFO' specified in the package manifest cannot be found.
CondaVerificationError: The package for keras-preprocessing located at /home/usama/anaconda3/pkgs/keras-preprocessing-1.0.1-py36_0 appears to be corrupted. The path 'lib\python3.6\site-packages\Keras_Preprocessing-1.0.1-py3.6.egg-info\SOURCES.txt' specified in the package manifest cannot be found.
Remaining list of error is skipped. I have tried to clean the cache using:
conda clean --all
But the issue is persisting. Any ideas?