盈盈.158 2021-04-07 21:48 采纳率: 0%
浏览 1204

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也不行

  • 写回答

2条回答 默认 最新

  • 槐梦生 2021-04-07 22:32
    关注

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

    重启核使用keras

    评论

报告相同问题?