-
Notifications
You must be signed in to change notification settings - Fork 922
Description
Expected behaviour
"pip install opencv-python" should install opencv-python, as it has on my Windows machine.
Actual behaviour
I am sshing into a CentOS machine and "pip install opencv-python" does not find it, instead I get the message:
Collecting opencv-python Could not find a version that satisfies the requirement opencv-python (from versions: ) No matching distribution found for opencv-python
My pip and wheel installations are all up to date, which seemed to be the issue for other people with the same problem. The manylinux wheels do not work for me either, I get a message back saying:
opencv_python-3.4.1.15-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.
I have used manylinux wheels for other things in the past and they have worked, so I am fairly confident that I should be able to use it. Is opencv known to not be compatible with CentOS, or am I missing something?
Steps to reproduce
"pip install opencv-python" on a CentOS machine.
- operating system:
CentOS Linux release 7.4.1708 - architecture: 64 bit
Python Version: 3.6.3