Help Center> ModelArts> Troubleshooting> DevEnviron> Environment Configuration Faults> An Error Is Reported When Conda Is Used to Install Keras 2.3.1 in Notebook
Updated on 2024-04-30 GMT+08:00

An Error Is Reported When Conda Is Used to Install Keras 2.3.1 in Notebook

Symptom

An error is reported when Conda is used to install Keras 2.3.1.

Possible Cause

There are network issues with Conda. Run the pip install command to install Keras 2.3.1.

Solution

Run the !pip install keras==2.3.1 command to install Keras.