-
Notifications
You must be signed in to change notification settings - Fork 896
Version 4.5.5.62 fails to install on Raspberry Pi #612
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
Comments
|
What is that on used system? |
I installed Ninja with
|
Ref: From Internet.
|
Accidentally, both
Build log
pi@raspberrypi:~ $ pip install --upgrade opencv-contrib-python
Call Stack (most recent call first): -- Could NOT find Python2 (missing: Interpreter) -- Found PythonInterp: /usr/bin/python2
|
Upgrade |
My Numpy version was only one patch release behind:
I'm getting the same error after upgrading to
I don't know why configuration shows an old version, though:
|
It is numpy issue (numpy/numpy#13725 or numpy/numpy#20818 ). So you need to upgrade numpy. Or drop this option: https://github.com/opencv/opencv-python/blob/62/setup.py#L162
Try to clean build directory. |
I tried in virtual environment (
How do I make it to use the version installed in venv? |
pip uninstall numpy |
The real issue here is that you need to run |
I had the same issue as pauljurczak and this indeed was the problem. My Pip version was 18.1 and opencv requires 19.3 or higher. |
Same error when generating a makefile for C++ using CMake. Configuring done CMake Error at CMakeLists.txt:32 (add_executable): |
There is no target "conta_estaciona" in OpenCV. It's something in your app. |
The issue is closed as original problem reported by the issue starter has been resolved. |
Still fails to install:
numpy==1.14.5 is installed during installation. |
My configuration:
I have an older version, which works just fine:
Installation fails with these messages:
The text was updated successfully, but these errors were encountered: