I\'m having problems in importing tensorflow in python3:
>>> import tensorflow as tf Traceback (most recent call last): File \"/usr/local/lib/pyth
In addition to having the paths correctly set, the version of Tensorflow you have installed must be compatible with the CUDA driver version you have in your system otherwise it won't work. See the link