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 6e42c06 commit eb120e0Copy full SHA for eb120e0
setup.py
@@ -34,8 +34,6 @@ def main():
34
if build_contrib:
35
g.run_command(["submodule", "update", "--init", "--recursive", "opencv_contrib"])
36
37
- del g, pip
38
-
39
# https://stackoverflow.com/questions/1405913/python-32bit-or-64bit-mode
40
x64 = sys.maxsize > 2**32
41
0 commit comments