-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: supportUser SupportUser Support
Description
Environment
OS: Raspbian on a Raspberry Pi 3 B+
$ python --version
Python 2.7.13
$ python3 --version
Python 3.6.3
$ pip --version
pip 19.1 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)
Description
I try to execute pip install opencv-python
and it gives me an error
I've tried pip install opencv-contrib-python
, python3 -m pip install opencv-python
and that gives me the same error.
And pip install --upgrade pip
before trying to install opencv, but it says I already have the latest version.
Expected behavior
A successful installation of opencv-python
How to Reproduce
I just run pip install opencv-python
or one of the above and the error message appears
Output
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 version: none)
ERROR: No matching distribution found for opencv-python
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: supportUser SupportUser Support