You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a MacPorts port of python-opencv and am hitting an issue with cmake failing because it can't find lib/qt/plugins/platforms/libqcocoa\.dylib.
Unless you are creating a "universal" relocatable macOS wheel with delocate the platform plugin is not important. If you are, then you must modify that patch so that if copies the platform plugin correctly.
Note that I'm merging soon (probably during this week) proper sdist support to master branch which addresses many hard-coded things in setup.py and adds source distribution to PyPI. It will also add support for proper isolated builds with pip wheel command and pyproject.toml. That patch and plugin copying code will most likely be applied only to CI builds in this repo because they depend on the build environment so you might want to wait for those changes.
I'm writing a MacPorts port of python-opencv and am hitting an issue with cmake failing because it can't find
lib/qt/plugins/platforms/libqcocoa\.dylib
.I have QT5 installed—this lib file exists here:
I tried modifying
setup.py
to point to this file, but am hitting the exact same error.This looks like it should be a simply fix by either setting a CMake option or modifying setup.py. Any pointers would be appreciated.
https://github.com/skvark/opencv-python/blob/11e478ca7f5d65f12820c0146f3401bfc597fd32/setup.py#L151
Related:
The text was updated successfully, but these errors were encountered: