GazeTracking
GazeTracking copied to clipboard
qt plugin macOS
I get this error: qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
I tried every solutions that came up when I looked it up and couldn't fix it. Can anyone help?
Hey @stellalee21 I wonder if you were able to fix this issue, because now i want to run it on my mac computer but I have the same error and have no idea what to do with it.
The same as me! I have this error on Mac Any solution from author?
I solved with this:
pip install opencv-python-headless==4.5.2.52
The Qt platform plugin requires this library to be installed.