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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.