ddd20-utils icon indicating copy to clipboard operation
ddd20-utils copied to clipboard

change scripts, install opencv with version 4.2.0.32

Open zhangxiann opened this issue 5 years ago • 0 comments

pip install opencv-python-headless will cause an error: TypeError: 'NoneType' object is not iterable. Because pip will download the latest opencv, while Python 2.7 is not supported anymore since 4.2.0.32. See this issue. And see this Stackoverflow q-a.

zhangxiann avatar Sep 06 '20 10:09 zhangxiann