hobbitsyfeet/PeopleTracker

[WinError 10038] An operation was attempted on something that is not a socket

Closed this issue · 1 comments

Occurred after installing opencv-contrib-python on Windows.

image

Replace Opencv-contrib-python with opencv-contrib-python-headless. This is a conflict between Pyqt5's UI and Opencv's UI on the opencv-contrib. Headless does not contain this UI and therefore does not conflict.