antoinelame / GazeTracking

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

(Beginner Issue) What IDE should I use ? #56

Open hamzaamgad97 opened 3 years ago

hamzaamgad97 commented 3 years ago

I can't run the example.py file using pycharm or visual studio I'm always having issues regarding packages installation specially dlib package can anyone help ?

samson10504 commented 1 year ago

You have to install cmake and boost before installing dlib. pip3 install boost pip3 install cmake pip3 install dlib

18523030892 commented 1 year ago

我无法使用 pycharm 或 visual studio 运行 example.py 文件 我总是遇到有关软件包安装的问题, 特别是 dlib 软件包 有人可以帮忙吗?

请先在官网下载python对应的dlib.xxml文件,将它放在pycharm中scripts文件下,在该文件下使用pip install dlib文件名称命令