TrafficFlowPrediction icon indicating copy to clipboard operation
TrafficFlowPrediction copied to clipboard

Problem intalling keras

Open MarioLandoni opened this issue 4 years ago • 1 comments

I tried to install keras using the command conda install -c conda-forge keras in anaconda prompt

Captura2

MarioLandoni avatar Aug 11 '21 14:08 MarioLandoni

Run the following codes in order:

  1. conda create --name new_env
  2. activate new_env
  3. install -c anaconda keras

Karthikaskumar avatar Aug 16 '21 21:08 Karthikaskumar