Installed python 3.5.2 and also tensorflow using pip command but getting error while importing tensorflow package. Used command as import tensorflow as tf to import tensorflow. But got error as;
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named 'tensorflow'
How can I rectify this error? Can I get answer for this as soon as possible..
pip freezeand show the output here?