Hi @drii_cavalcanti ,
You encountered this issue because opencv-python depends on packages that still require numpy in version lower than 2.
You need to reinstall numpy to supported version and then try once again installing library. You can do it using following command:
%pip install opencv-python numpy==1.26.4 --force-reinstall
I've tested it on the same DBR and cluster as your and as you can see below, it worked:
