Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hamzaamgad97 opened this issue Jan 30, 2021 · 2 comments
Open

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

hamzaamgad97 opened this issue Jan 30, 2021 · 2 comments

Comments

@hamzaamgad97
Copy link

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
Copy link

samson10504 commented Aug 8, 2022

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

@18523030892
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants