Why i am unable to access face module in the cv2.model

Why i am unable to access face module in the cv2.model

if you installed that via pip,

  • uninstall what you have now (important !)
  • pip install opencv-contrib-python

its still not working i want to acces face module from the cv2 module and also wants to accept LBPHFaceRecognizer_create() from face module . how can get it

so, what DID you do ?

ps: please dont post silly issues like this

as u said reinstalled it i did it, does any other thing that should i have to do?

DID you uninstall the prev. version ?
are you sure, there is only ONE python on your box ?

use

print(cv2.getBuildInformation())

to see, what you actually installed