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 abcd944 commit 441e52cCopy full SHA for 441e52c
setup.py
@@ -103,7 +103,8 @@ def main():
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",
+ "-DOPENCV_PYTHON2_INSTALL_PATH=python",
107
+ "-DOPENCV_PYTHON3_INSTALL_PATH=python",
108
# Otherwise, opencv scripts would want to install `.pyd' right into site-packages,
109
# and skbuild bails out on seeing that
110
"-DINSTALL_CREATE_DISTRIB=ON",
0 commit comments