pip3: command not found

前端 未结 6 1106
既然无缘
既然无缘 2021-02-02 11:14

I want to install Tensorflow following this instructions. https://www.tensorflow.org/versions/r0.12/get_started/os_setup#pip_installation.

But when I try this code on

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-02 12:19

    its possible if you already have a python installed (pip) you could do a upgrade on mac by

    brew upgrade python
    

提交回复
热议问题