Installing opencv for python3

前端 未结 3 1572
北恋
北恋 2020-12-18 19:18

Has anyone tried to install opencv for python3?. As stated here http://opencv.willowgarage.com/wiki/InstallGuide its support status is unknown. So I want to try it:

3条回答
  •  时光取名叫无心
    2020-12-18 19:55

    Use the pip application.

    On ubuntu:

    sudo apt install python3-pip

    and so, on command line:

    pip3 install --upgrade pip

    pip3 install opencv-python

提交回复
热议问题