Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python opencv3安装出现故障_Python_Python 3.x_Opencv - Fatal编程技术网

Python opencv3安装出现故障

Python opencv3安装出现故障,python,python-3.x,opencv,Python,Python 3.x,Opencv,我正在使用anaconda在mac os下为我的python 3.6.1安装opencv3 然而,我得到了以下回报: UnsatisfiableError: The following specifications were found to be in conflict: - opencv3 -> python 2.7* -> openssl 1.0.1* - python 3.6* Use "conda info <package>" to see the d

我正在使用anaconda在mac os下为我的python 3.6.1安装opencv3

然而,我得到了以下回报:

UnsatisfiableError: The following specifications were found to be in conflict:
  - opencv3 -> python 2.7* -> openssl 1.0.1*
  - python 3.6*
Use "conda info <package>" to see the dependencies for each package.
不可满足错误:发现以下规范存在冲突:
-opencv3->python 2.7*->openssl 1.0.1*
-python 3.6*
使用“conda info”查看每个包的依赖项。

有人能帮我吗?

我只是想让opencv工作,我遇到了完全相同的问题, 改为使用python3.5和opencv3解决 ==>

conda install python=3.5

然后


conda安装-c menpo opencv3

试试
conda安装python=3.5
conda安装-c opencv3