sift = cv2.xfeatures2d.SIFT_create () não está funcionando, mesmo tendo o contrib instalado

Então, eu estou tentando usar:

sift = cv2.xfeatures2d.SIFT_create()

e está surgindo com este erro:

cv2.error: OpenCV(3.4.3) C:\projects\opencv-python\opencv_contrib\modules\xfeatures2d\src\sift.cpp:1207: error: (-213:The function/feature is not implemented) 
This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake 
option and rebuild the library in function 'cv::xfeatures2d::SIFT::create'

estou usandoPython 3.5.0 eopencv(3.4.3) e eu estou apenas usando ocioso. Isso ocorreu depois que tentei instalar o TensorFlow e tentei procurar ao redor e instalar o opencv-contrib-python, mas ainda estou recebendo o mesmo erro. Agradeço antecipadamente e peço desculpas se não incluí informações suficientes

questionAnswers(2)

yourAnswerToTheQuestion