简体   繁体   English

opencv3安装的麻烦

[英]trouble with opencv3 install

I am using anaconda to install opencv3 for my python 3.6.1 under mac os. 我正在使用anaconda在mac os下为我的python 3.6.1安装opencv3。

however, I got the following return: 但是,我得到以下回报:

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.

Can anyone help me? 谁能帮我?

I was just trying to get opencv working and I was having the exact same issue, resolved using python3.5 and opencv3 instead ==> 我只是想让opencv工作,而我遇到了完全相同的问题,使用python3.5和opencv3代替了==>

conda install python=3.5

then 然后

conda install -c menpo opencv3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM