Solve ImportError: No module named tensorflow problem

surroundings:

python3.5.3+pycharm

Problem Description:

ImportError: No module named tensorflow

Solution:

tensorflow not installed correctly, the need to unload heavy equipment

pip uninstall tensorflow

The best came with some libraries also unloaded, tensorboard, tensorflow- estimator like the library

The same code with pip uninstall xx

Attention to a problem:

Tensorflow installed version to match the python version, the reference here:

https://blog.csdn.net/wanzhen4330/article/details/81660277

Note Do not pretend to tensorflow2.0.0 version to go, or will be error:

could not find a version that satisfies the requrement

Finally installed tensorflow1.5.0, compiled by

 

Guess you like

Origin www.cnblogs.com/Kobaayyy/p/11870067.html