Tensorflow CPU Version Installation Error

90 Views Asked by At

I am running Ubuntu by using Virtualbox on Windows10.
I installed Tensorflow CPU version in terminal using pip3 install --upgrade tensorflow as per instruction given in official site of Tensorflow. And when I tried to validate installation as import tenorflow as tf it showed following error:

Traceback (most recent call last):
File "<stdin>", line1, in <module>
ImportError: No module named tensorflow

What should I do, to fix this error?

0

There are 0 best solutions below