`cv2.namedWindow('test', cv2.WINDOW_AUTOSIZE)` results in an error: ``` QObject::moveToThread: Current thread (0xca9110) is not the object's thread (0x1256140). Cannot move to target thread (0xca9110) ``` here is the version: ``` cv2.__version__ Out[3]: '3.3.0' QtCore.QT_VERSION_STR Out[7]: '5.6.2' ```