安装opencv-contrib-python时出现ERROR Could not find a version that satisfies the requirement opencv_contrib_python-341145-cp39-cp39-win_amd64ERROR No matching distribution found for opencv_contrib_python-3
这可能是由于您的Python版本不兼容导致的。请检查您的Python版本是否为3.9,并尝试使用以下命令安装:
pip install opencv-contrib-python
如果您的Python版本不是3.9,则需要安装适用于您的Python版本的opencv-contrib-python包。您可以在以下网站上查找适用于您的Python版本的opencv-contrib-python包:
https://pypi.org/project/opencv-contrib-python/#files
下载与您的Python版本和操作系统匹配的opencv-contrib-python包,并使用以下命令进行安装:
pip install
其中
原文地址: https://www.cveoy.top/t/topic/cZrJ 著作权归作者所有。请勿转载和采集!