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 2945f7f commit a3f1843Copy full SHA for a3f1843
setup.py
@@ -114,7 +114,7 @@ def main():
114
)
115
+ [
116
# skbuild inserts PYTHON_* vars. That doesn't satisfy opencv build scripts in case of Py3
117
- "-DPYTHON_DEFAULT_EXECUTABLE=%s" % sys.executable,
+ "-DPYTHON3_EXECUTABLE=%s" % sys.executable,
118
"-DPYTHON3_INCLUDE_DIR=%s" % python_include_dir,
119
"-DPYTHON3_LIBRARY=%s" % python_lib_path,
120
"-DBUILD_opencv_python3=ON",
0 commit comments