【发布时间】:2021-03-08 04:08:20
【问题描述】:
我有一个需要使用 Python 2 的作业 我还需要 Keras 和 Tensorflow。我应该降级到哪个版本 每个包,以便我可以将其安装在 Jupyter notebook 或 Spyder 4.0.1 中?
谢谢。
【问题讨论】:
标签: python-2.7 tensorflow keras jupyter-notebook spyder
我有一个需要使用 Python 2 的作业 我还需要 Keras 和 Tensorflow。我应该降级到哪个版本 每个包,以便我可以将其安装在 Jupyter notebook 或 Spyder 4.0.1 中?
谢谢。
【问题讨论】:
标签: python-2.7 tensorflow keras jupyter-notebook spyder
试试
pip install tensorflow==1.13.1
和
pip install keras==2.2.4
【讨论】:
pip install matplotlib==1.3.1。 (pip install matplotlib 在我的情况下不起作用。)