anaconda 中安装keras后出现以下结果

 pip install keras
Requirement already satisfied: keras in c:\users\chilly\anaconda3\lib\site-packages (2.4.3)Note: you may need to restart the kernel to use updated packages.
Requirement already satisfied: pyyaml in c:\users\chilly\anaconda3\lib\site-packages (from keras) (5.3.1)
Requirement already satisfied: numpy>=1.9.1 in c:\users\chilly\anaconda3\lib\site-packages (from keras) (1.20.2)
Requirement already satisfied: h5py in c:\users\chilly\appdata\roaming\python\python38\site-packages (from keras) (2.10.0)
Requirement already satisfied: scipy>=0.14 in c:\users\chilly\anaconda3\lib\site-packages (from keras) (1.6.2)
Requirement already satisfied: six in c:\users\chilly\anaconda3\lib\site-packages (from h5py->keras) (1.15.0)

就算pip install --upgrade numpy和scipy也不行

you may need to restart the kernel to use updated packages.

重启核使用keras

你这显示的不是说你已经安装好了吗。。。。。