I create a new env and “pip install opencv-python” in this env but when i try to import cv2 i still get
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
Thanks for your reply could you please offer more instruction?