On Mac OS, the iblenv install fails on opencv-python:
ERROR: Failed building wheel for opencv-python
Related to this issue: opencv/opencv-python#577. Looks like it may be fixed in their next release.
But for now, I fixed with commenting out that line from the .yaml file, and then pip install opencv-python==4.5.3.56 in the iblenv.
Closing this, but putting the hack here in case others may benefit.