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 6b73d90 commit f52c107Copy full SHA for f52c107
setup.py
@@ -157,6 +157,7 @@ def main():
157
+ [
158
# skbuild inserts PYTHON_* vars. That doesn't satisfy opencv build scripts in case of Py3
159
"-DPYTHON3_EXECUTABLE=%s" % sys.executable,
160
+ "-DPYTHON_DEFAULT_EXECUTABLE=%s" % sys.executable,
161
"-DPYTHON3_INCLUDE_DIR=%s" % python_include_dir,
162
"-DPYTHON3_LIBRARY=%s" % python_lib_path,
163
"-DBUILD_opencv_python3=ON",
0 commit comments