python安装opencv 发表于 2019-03-19 | 分类于 环境配置与安装 安装opencv123456# opencv-python 和 opencv-contrib-python只能安装一个,后者带有扩展包,建议直接安后者pip install opencv-python# 安装opencv-contrib-python前,要先卸载opencv-pythonpip uninstall opencv-pythonpip install opencv-contrib-python 更新opencv1pip install --upgrade opencv-python