标签: tensorflow
我正在尝试在mac Sierra上安装tensorflow。当我运行pip install tensorflow时,我会收到以下报告。
pip install tensorflow
答案 0 :(得分:0)
运行sudo pip install tensorflow
sudo pip install tensorflow
答案 1 :(得分:0)
问题似乎是,您无法全局安装tensorflow。因此,一种解决方案似乎是,您尝试使用以下命令在本地安装tensorflow:
pip install tensorflow --user