-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install opencv-python gives error on Raspbian #6448
Comments
OpenCV-Python is wheel-only, and does not publish binaries compatible with ARM, so pip cannot find anything useful to install. You’ll need to ask the project maintainers of OpenCV-Python for assistance. |
Hi @Jorge1701. As mentioned, there are no wheels in PyPI for opencv-python. They are tracking building for ARM in opencv/opencv-python#13. In the meantime you might try piwheels which does have a version of opencv-python available here. Check their homepage for information on how to use it. I think we can probably track the general improvement to the error message as part of #6526. Please let us know if you run into any other issues. |
Closing this issue now, but please come back if you need any help. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Uh, thanks bot. 😉 |
Environment
OS: Raspbian on a Raspberry Pi 3 B+
Description
I try to execute
pip install opencv-python
and it gives me an errorI'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 appearsOutput
The text was updated successfully, but these errors were encountered: