GazeTracking icon indicating copy to clipboard operation
GazeTracking copied to clipboard

(Beginner Issue) What IDE should I use ?

Open hamzaamgad97 opened this issue 4 years ago • 2 comments

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 ?

hamzaamgad97 avatar Jan 30 '21 17:01 hamzaamgad97

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

samson10504 avatar Aug 08 '22 10:08 samson10504

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

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

18523030892 avatar Apr 05 '23 04:04 18523030892