第一步:把pip更新到最新版
python
python.exe -m pip install --upgrade pip
第二步:下载cv2和numpy
python
pip install opencv-python