ddd20-utils
ddd20-utils copied to clipboard
change scripts, install opencv with version 4.2.0.32
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.