ImportError: No module named tensorflow

Try installing tensorflow again with the whatever version you want and with option –ignore-installed like:

pip install tensorflow==1.2.0 --ignore-installed

Leave a Comment