import tensorflow error numpy related

Import error after successful installation of tensorflow

Novice Xiaobai
After installing Anaconda3-64bit, pip install tensorflow in cmd, showing successful.
But an error is reported when importing tensorflow in Jupyter, as shown below

report an error
As can be seen in the figure, it is an error related to numpy, and Baidu has not solved it in many ways.

Finally, I uninstalled and reinstalled numpy, as follows

reinstall numpy
As can be seen in the figure, it is probably a version problem of numpy? ? ? I don't know, in short, after this, import tensorflow in Jupyter will not report an error.

Published 11 original articles · Liked 3 · Visited 4977

Related Posts