We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6b8fe commit abcd944Copy full SHA for abcd944
setup.py
@@ -102,10 +102,11 @@ def main():
102
# skbuild inserts PYTHON_* vars. That doesn't satisfy opencv build scripts in case of Py3
103
"-DPYTHON%d_EXECUTABLE=%s" % (sys.version_info[0], sys.executable),
104
"-DBUILD_opencv_python%d=ON" % sys.version_info[0],
105
+ "-DOPENCV_SKIP_PYTHON_LOADER=ON",
106
+ "-DOPENCV_PYTHON_INSTALL_PATH=python",
107
# Otherwise, opencv scripts would want to install `.pyd' right into site-packages,
108
# and skbuild bails out on seeing that
109
"-DINSTALL_CREATE_DISTRIB=ON",
- "-DOPENCV_SKIP_PYTHON_LOADER=ON",
110
# See opencv/CMakeLists.txt for options and defaults
111
"-DBUILD_opencv_apps=OFF",
112
"-DBUILD_SHARED_LIBS=OFF",
0 commit comments