antoinelame / GazeTracking

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

Unable to install the dependencies with Python 3.8.3 and pip-20.1.1 #46

Open imtiaz2564 opened 4 years ago

imtiaz2564 commented 4 years ago

ERROR: Could not find a version that satisfies the requirement opencv_python==3.4.5.20 (from versions: 3.4.8.29, 3.4.9.31, 3.4.9.33, 4.1.2.30, 4.2.0.32, 4.2.0.34) ERROR: No matching distribution found for opencv_python==3.4.5.20

b4017816 commented 3 years ago

same here, will update with a workaround

NoteToSelfFindGoodNickname commented 3 years ago

Same here. What is the workaround, please?

deivid11 commented 2 years ago

Use an older python version. I'm using python 2.7.

python2.7 -m pip install -r requirements.txt