Use pip install opencv-python:
pip install opencv-python
Report errors :
ModuleNotFoundError: No module named ‘skbuild’
Input the following two commands at the terminal :
pip install --upgrade pip
pip install scikit-build
after , Re install opencv, success :
pip install opencv-python