'ENABLE_HEADLESS=1 python3 setup.py bdist_wheel' fails during "Copying files from CMake output" with not found exception #237
Comments
|
Please check the name of the |
|
Where would the resulting binary be? |
|
The build output should be under Something like this:
|
|
/cc i build opencv-python in an arm arch machine, it also can't find the file and lack of the and finally, i found it out, i have two python versions installed, as py3 and py2, and it seems the cmake try to build py2, but my py2 lack of the numpy and i want to use the py3 for building .... i modify the
for cmake args , now it works well |
|
Hi, I am trying to build opencv-python on an AArch64 machine running Ubuntu 20.04. I get the error mentioned above.
My
I did add |
|
Usually the build has failed at earlier step when the Exception: Not found error is thrown (no .so file was generated). Please refer to the README of this repository, the |
Expected behaviour
compile opencv-python on rabsian 10 (buster, Linux raspberrypi 4.19.57+ #1244 Thu Jul 4 18:42:50 BST 2019 armv6l GNU/Linux) from source directly, no cross compile without exception
python 3.7.3
opencv-python 4.1.0.25 release tag 25
numpy-1.17.0-cp37-cp37m-linux_armv6l.whl
git submodule
-951b6c64f01853cf2569000bb30ecd01a16bba0b multibuild
371bba8f54560b374fbcd47e7e02f015ac4969ad opencv (4.1.0)
-2c32791a9c500343568a21ea34bf2daeac2adae7 opencv_contrib
Actual behaviour
are setup.py:69 or setup.py:83 deprecation warnings already hinting at the upcoming exception?
Steps to reproduce
The text was updated successfully, but these errors were encountered: