antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.85k stars 505 forks source link

qt plugin macOS #40

Open stellalee21 opened 4 years ago

stellalee21 commented 4 years ago

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?

begaiym-k commented 2 years ago

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.

FereshtehFeiz commented 2 years ago

The same as me! I have this error on Mac Any solution from author?

FereshtehFeiz commented 2 years ago

I solved with this:
pip install opencv-python-headless==4.5.2.52 The Qt platform plugin requires this library to be installed.