Anaconda3安裝keras

1 conda install mingw libpython

2 conda install theano

3conda install keras
在安裝的時候,出現如下錯誤
UnsatisfiableError: The following specifications were found to be in conflict:
- backports.functools_lru_cache
- keras
Use “conda info ” to see the dependencies for each package.

可以用conda info keras 查看安裝包的前提條件和依賴,安裝keras 需要安裝tensorflow ,所以在安裝了tensorflow環境下安裝

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章