No module named cv2 after installed the opencv-python

I create a new env and “pip install opencv-python” in this env but when i try to import cv2 i still get
image
i google a lot for this problem
win11 vscode try python=3.7,3.8.3.10,3.11
Any kind of help is appreciated!

try a pip list. if you cannot find it, it probably got installed to a different env/python


here is my pip list i can found it in the env

Thanks for your reply could you please offer more instruction?