yolov9 icon indicating copy to clipboard operation
yolov9 copied to clipboard

AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)

Open JamesFan635 opened this issue 11 months ago • 2 comments

When I was running qat.py, I encountered an issue requiring ultralytics's opencv version to be higher than 4.6. However, when I attempt to install any version other than 4.5.5.64, I encounter this problem:

AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)

JamesFan635 avatar Mar 22 '24 11:03 JamesFan635

See directly with the author of the yolov9 qat implementation

Youho99 avatar Mar 22 '24 11:03 Youho99

Thanks, at least my error changed when I uninstalled opencv and installed version 4.5.5.64

LuizGuzzo avatar Apr 17 '24 13:04 LuizGuzzo