pip3

pip3: command not found

pip3: command not found Question: I want to install TensorFlow following these instructions: https://web.archive.org/web/20170627102751/https://www.tensorflow.org/versions/r0.12/get_started/os_setup#pip_installation But when I try this code on terminal, it returns an error. $ sudo pip3 install –upgrade $TF_BINARY_URL sudo: pip3: command not found So I installed Homebrew and tried to uninstall and reinstall python3-pip, but didn’t work. MakotonoMacBook-ea:~ makotomiyazaki$ brew uninstall …

Total answers: 8