install specific version of tensorflow
Unfortunately i have problem getting tensorflow installed on my ubuntu using pip. So i resorted to using system install and it works
pip3 install --user --upgrade tensorflow
pip3 install --user --upgrade tensorflow
Comments