Please help me with this error
I have installed the tensorflow module on my server and below is it\'s information
15IT60R19@cpusrv-gpu-109:~$ pip sho
I had exactly the same problem. It's because default python is in version 2 You need to link to the version 3.
>sudo rm -rf /usr/bin/python >sudo ln -s /usr/bin/python3.5 /usr/bin/python