Expected behaviour
pip install opencv-python
python -c 'import cv2'
Actual behaviour
pip install opencv-python
python -c 'import cv2'

comments
this SO article here suggests that an older version of opencv-python might work on this macos
if this SO article is right, without changing the code, it would maybe help to provide some data in the documentation for people to be able to select the right version for their actual OS version