代码中有:import cv2,运行提示No module named cv2执行:pip install opencv 也不行 最后找到解决方法:pip install opencv-python 等待完成: