【发布时间】:2019-10-03 06:29:19
【问题描述】:
我大约一年前通过 anaconda 安装了 tensorflow。现在我将 tensorflow 升级到 tensorflow 2.0.0-beta1,并在 cmd 中使用以下代码:
conda update --all
pip install --upgrade tensorflow==2.0.0-beta1
安装成功最后评论:
Successfully installed google-pasta-0.1.7 tb-nightly-1.14.0a20190603 tensorflow-2.0.0b1 tf-estimator-nightly-1.14.0.dev2019060501
但是当我导入 tensorflow 时,我得到了这个错误:
import tensorflow
AttributeError: module 'pandas' has no attribute 'core'
【问题讨论】:
标签: python tensorflow anaconda upgrade updates