Python script giving error

Sir i was unable to run the python file it was giving error, i have dowloaded the haarcascade file and put it in the same directory but it was giving the following error

C:\Users\naman\anaconda3\lib\site-packages\numpy_init_.py:140: UserWarning: mkl-service package failed to import, therefore Intel® MKL initialization ensuring its correct out-of-the box operation under condition when
Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see http://github.com/IntelPython/mkl-service
from . import distributor_init
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last):
File “facedet.py”, line 1, in
import cv2
File "C:\Users\naman\anaconda3\lib\site-packages\cv2_init
.py", line 5, in
from .cv2 import *
ImportError: numpy.core.multiarray failed to import

hey @naman_kr_301 ,
try re installing your numpy and opencv modules.
if this doesn’t work , then let me know on what python version are you working on.

Thank You :slightly_smiling_face:.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.