如何修复“找不到满足opencv-python要求的版本”

时间:2019-06-25 18:32:31

标签: python opencv raspberry-pi pip raspbian

我正在尝试使用OpenCV-python对树莓派进行一些基本的面部识别,但是,我无法使用pip3安装OpenCV-python。

我试图遵循本指南 https://pysource.com/2018/10/31/raspberry-pi-3-and-opencv-3-installation-tutorial/ 一旦这不起作用,我就尝试使用新的操作系统并将python升级无济于事。

这是我输入pip3命令时发生的事情

pi@raspberrypi:~ $ pip3  install opencv-python
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting 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

我希望opencv-python应该开始安装

0 个答案:

没有答案