Macos 在anaconda I'中安装TensorFlow时;我遇到了冲突(mac)

Macos 在anaconda I'中安装TensorFlow时;我遇到了冲突(mac),macos,tensorflow,terminal,anaconda,conflict,Macos,Tensorflow,Terminal,Anaconda,Conflict,我无法在mac中安装TensorFlow用于anaconda jupiter笔记本。 以前它是安装的(使用pip安装),但是像tf.placeholder()这样的方法并不仅仅是检测。因此,我已从pip卸载了TensorFlow。现在我无法在anaconda中安装它。下面是我尝试过的命令和得到的错误 命令 conda install -c conda-forge/label/cf201901 tensorflow 错误 UnsatisfiableError: The following sp

我无法在mac中安装TensorFlow用于anaconda jupiter笔记本。 以前它是安装的(使用pip安装),但是像
tf.placeholder()
这样的方法并不仅仅是检测。因此,我已从
pip
卸载了TensorFlow。现在我无法在anaconda中安装它。下面是我尝试过的命令和得到的错误

命令

conda install -c conda-forge/label/cf201901 tensorflow 
错误

UnsatisfiableError: The following specifications were found to be in conflict:
  - anaconda==2018.12=py37_0 -> bleach==3.0.2=py37_0
  - anaconda==2018.12=py37_0 -> html5lib==1.0.1=py37_0
  - anaconda==2018.12=py37_0 -> numexpr==2.6.8=py37h7413580_0
  - anaconda==2018.12=py37_0 -> scikit-learn==0.20.1=py37h27c97d8_0
  - tensorflow
Use "conda info <package>" to see the dependencies for each package.
不可满足错误:发现以下规范存在冲突:
-蟒蛇==2018.12=py37_0->漂白==3.0.2=py37_0
-anaconda==2018.12=py37_0->html5lib==1.0.1=py37_0
-蟒蛇==2018.12=py37_0->numexpr==2.6.8=py37h7413580_0
-蟒蛇==2018.12=py37_0->scikit学习==0.20.1=py37h27c97d8_0
-张量流
使用“conda info”查看每个包的依赖项。
请帮帮我