I have installed Anaconda package on a server as a user account, then I installed keras by conda install keras,but after installation,
Anaconda
keras
conda install keras
Once creating the Conda environment, use the command below to list available environment:
conda info -e
Once activate your conda environment, you can try to install Keras by
pip install keras==version_your_desired.
Then use
pip freeze
to check the version.