Replies: 2 comments 2 replies
-
The fact that there is an open ticket means that, with the current state of the code in this project, it is not possible to build an iOS-compatible wheels using this project. It should be possible to compile opencv-python manually, or to develop a set of patches for this project to perform such a build, but I can't point you at any particular set of instructions for this. It's been a while since I looked at this in particular, but my recollection is that the holdup isn't actually opencv itself, but the dependencies of opencv. I believe SciPy is a requirement for building openCV; building SciPy for iOS is problematic because building SciPy requires a Fortran compiler. It may be possible to build enough of SciPy to satisfy OpenCV's needs - but again, it's been a while since I've looked at this, and I don't have any ready-to-use instructions I can point you at. |
Beta Was this translation helpful? Give feedback.
-
I noticed that the opencv-Issue has been open for a while. Does this mean that it's not currently possible to forge an opencv-python or opencv-python-headless wheel with this tool?
Im a uni student, so I don't have too much experience with this, but from what Ive gathered in my first attempt there's an issue with cmakes configuration?
Id be really grateful for any tips since I desperately need cv2 as Ultralytics-import for my thesis project.
Beta Was this translation helpful? Give feedback.
All reactions