I\'m having problems in importing tensorflow in python3:
>>> import tensorflow as tf Traceback (most recent call last): File \"/usr/local/lib/pyth
No need for reinstallation. Install nvidia-cuda-dev:
nvidia-cuda-dev
sudo apt install nvidia-cuda-dev
Install cuDNN (which you download from https://developer.nvidia.com/cudnn), and set LD_LIBRARY_PATH accordingly (to cuda/lib64).
cuDNN
LD_LIBRARY_PATH
cuda/lib64