Installing opencv 3.1 with anaconda python3?

后端 未结 7 1133
温柔的废话
温柔的废话 2020-12-01 03:54

How do I install opencv with anaconda python3 , opencv picked up my python3 executables

--   Python 2:
--     Interpreter:                 /usr/bin/python2.7         


        
7条回答
  •  粉色の甜心
    2020-12-01 04:32

    None of the methods above worked for me. However, I found that this one liner works for me:

    conda install -c conda-forge opencv
    

提交回复
热议问题