Ubuntu, how to install OpenCV for python3?

前端 未结 8 1869
谎友^
谎友^ 2020-12-13 14:51

I want to install OpenCV for python3 in ubuntu 16.04. Fist I tried running sudo apt-get install python3-opencv which is how I pretty much install all of my pyt

8条回答
  •  爱一瞬间的悲伤
    2020-12-13 15:13

    This is because you have multiple installations of python in your machine.You should make python3 the default, because by default is the python2.7

提交回复
热议问题