简体   繁体   中英

trouble with opencv3 install

I am using anaconda to install opencv3 for my python 3.6.1 under mac os.

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 ==>

conda install python=3.5

then

conda install -c menpo opencv3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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