PyTrx icon indicating copy to clipboard operation
PyTrx copied to clipboard

Modules importing incorrectly for readthedocs

Open PennyHow opened this issue 1 year ago • 0 comments

OpenCV is having import issues with readthedocs. PyTrx modules that import cv2 bring up this error in the readthedocs compiling:

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

PennyHow avatar Apr 28 '23 14:04 PennyHow