【发布时间】:2020-05-15 11:20:51
【问题描述】:
我尝试使用pip安装python-opencv,但是终端每次都抛出错误:
发出的命令:
pip install opencv-python
追溯:
ERROR: Could not find a version that satisfies the requirement opencv-python (from versions: none)
ERROR: No matching distribution found for opencv-python
我正在使用最新版本的 pip。另外,我不是 sudo 用户,所以我无法通过 GitHub Repo 安装它。 如何安装opencv-python?
我的 python 版本是 3.7.6。 我的 Linux 版本是 CentOS 7
【问题讨论】:
-
你的 Python 版本是多少?
-
为了让我们帮助您,您需要告诉我们您使用的 Python 版本并提供您尝试使用的确切命令。
-
针对 Python 2.7 和 Python 3.5 => 3.8 发布了 opencv-python 的最新版本 (v4.1.2.30),适用于许多操作系统(Linux、Mac 和 Windows):pypi.org/project/opencv-python/#files
-
Python版本为3.7.6