1 | initial version |
This can only be solved by:
To help diagnose, please run this command on your linux system, and paste the output here.
cat /proc/cpuinfo
Pay attention to the line of output that says flags :
and list all of the labels here.
If your computer does not support some of the newer CPU architecture extensions, different C++ compiler flags are required when the C++ portion of the OpenCV library is compiled. This is true for Python users as well, because the source code that implements most OpenCV functionality are written in C++.
The C++ portion of OpenCV is configured and built using CMake. CMake simplifies configuration by letting users change configuration with a GUI. For example, one can point-and-click on the GUI to lower the CPU architecture level.
You can see the portion of CMake outputs from the detailed build logs from the docker image.