Open hamzaamgad97 opened 3 years ago
You have to install cmake and boost before installing dlib.
pip3 install boost
pip3 install cmake
pip3 install dlib
我无法使用 pycharm 或 visual studio 运行 example.py 文件 我总是遇到有关软件包安装的问题, 特别是 dlib 软件包 有人可以帮忙吗?
请先在官网下载python对应的dlib.xxml文件,将它放在pycharm中scripts文件下,在该文件下使用pip install dlib文件名称命令
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 ?