antoinelame / GazeTracking

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

Package installation error #75

Open CodingAvin opened 1 year ago

CodingAvin commented 1 year ago

I can't be able to install the required packages and the project only accepts those packages. So , please help me

hXtreme commented 1 year ago

I'm not affiliated with this project but, wtf mate you aren't giving any diagnostic information on why you can't and are expecting people to help.

McNugget6750 commented 10 months ago

I use Python 3.11.x and ran into the same issue. I was able to simply ignore the enforced versions in the requirements.txt and install pip -- install numpy
pip -- install opencv_python pip -- install dlib

and be done with it. However, even though my pupils are found, the tracking is nowhere near as accurate as shown in the test video on the main page