When I tried "python setup.py develop" it seemed to run successfully (despite some deprecation warnings) and install everything, except for opencv python. It gave me this error: ...
I edited requirements.txt or enviromnent.yaml if you wish to solve this issue. Just replace opencv_contrib_python==4.3.0.36 with opencv_contrib_python. Pip installs proper version without conflicts by ...