pip3: command not found

前端 未结 6 1171
既然无缘
既然无缘 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:08

    Try this if other methods do not work:

    1. brew install python3
    2. brew link --overwrite python
    3. brew postinstall python3

提交回复
热议问题