I have installed tensorflow via anaconda about year ago. Now I upgrade tensorflow to tensorflow 2.0.0-beta1 with this lines in cmd:
conda update --all
pip install --upgrade tensorflow==2.0.0-beta1
Installation successful With this final comment:
Successfully installed google-pasta-0.1.7 tb-nightly-1.14.0a20190603 tensorflow-2.0.0b1 tf-estimator-nightly-1.14.0.dev2019060501
But when I import tensorflow I get this error:
import tensorflow
AttributeError: module 'pandas' has no attribute 'core'