I am new to Ubuntu server, and am trying to put TensorFlow on it. My server is running in Hyper-V, but that should not matter. It is a fresh install from today, nothing else has been put on it.
According to the instructions it is easy if I have pip installed, but somehow that is failing to install. In fact it fails before when I try to update things, so maybe that is the reason. Here is the tail output of a "sudo apt-get update":
Here is the what happens when I follow with "sudo apt-get install python-pip" or "sudo apt-get install python-pip3":
And here is some version information:
Googled about, tried a bunch of things, but somehow I am not getting through to the archives. I clearly have python3 installed, but pip seems out of reach.
No comments:
Post a Comment