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.
2 parents 4a3811c + ef2367f commit f3ab235Copy full SHA for f3ab235
install_requirements.py
@@ -30,6 +30,7 @@
30
if not in_venv:
31
pip_install.append("--user")
32
33
+subprocess.check_call(pip_call + ["uninstall", "-y", "opencv-python", "opencv-contrib-python"]) # remove old versions of OpenCV
34
subprocess.check_call(pip_install + ["pip", "-U"])
35
# temporary workaroud for issue between main and develop
36
subprocess.check_call(pip_call + ["uninstall", "depthai", "--yes"])
0 commit comments