Website content quality is poor, distribution efficiency is too low how to do?Huawei engineers offer 5 unique skills>>>
This is because of a permission issue and was rejected
Add — user on the command line
For example:
pip install opencv-contrib-python –user
opencv-contrib-python:
The face module is not actually a part of OpenCV library. More specifically, face is part of the opencv contrib library. From the readme file:
This repository [opencv contrib] is used to develop so-called “extra” modules and provide functions. New modules usually don’t have a stable API, and they haven’t been well tested. Therefore, they should not be released as part of the official opencv distribution because the library maintains binary compatibility and attempts to provide good performance and stability
Opencv contrib needs to be installed separately. As @ James points out (in a now deleted comment), the current easy way to get a python version is:
pip install opencv-contrib-python –user
After running the PIP call above, your code should work properly