Python3安装OpenCV库

先安装 numpy:

pip install numpy

再安装 OpenCV 的库:

pip install opencv-python