2017-07-19 182 views
0

我使用anaconda在mac os下为我的python 3.6.1安装opencv3。麻烦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. 

谁能帮助我?

+0

尝试'conda install python = 3.5''conda install -c opencv3' –

回答

0

我只是试图让OpenCV的工作和我有完全相同的问题, 使用python3.5和opencv3代替 ==解决>

conda install python=3.5

然后

conda install -c menpo opencv3