Как установить тензор потока 2 на Ма c с анакондой - PullRequest
0 голосов
/ 29 марта 2020

(Начинающий)

Я хочу установить tenorflow 2, но может показаться, как это сделать. Я видел множество различных методов, но не уверен, что лучше. Как я могу установить Tensorflow 2 на Ma c с помощью anaconda?

Вот что я пробовал до сих пор:

pip3 install -q tensorflow==2.0.0  
ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.0 (from versions: none)
ERROR: No matching distribution found for tensorflow==2.0.0
jordan2 ~ % pip3 install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
jordan2 ~ %     conda install -c conda-forge tensorflow

zsh: command not found: conda
jordan2 ~ % pip install tensorflow-gpu

ERROR: Could not find a version that satisfies the requirement tensorflow-gpu (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu
...