I am trying to install tensorflow in a virtual env using "pip3 install tensorflow" on ubuntu 16.04. I am getting an EnvironmentError: [Errno 13].
I was getting few more EnvironmentErrors when I was trying it without using virtual env. I found that using a virtual env would solve it. But it's not happening. Perhaps this is a python version problem. I am not sure
Installing collected packages: grpcio, absl-py, tensorboard, backports.weakref, termcolor, funcsigs, mock, tensorflow-estimator, tensorflow
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/bin/tensorboard'
Consider using the --user
option or check the permissions.
I expect the tensorflow to be installed. But i am getting this error. Please help.