vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
544 stars 329 forks source link

Error in downloading dlib #5

Closed smane2000 closed 4 years ago

smane2000 commented 4 years ago

Hello vardhan... I'm having the issue to download dlib, tried various ways to install it but I'm not able to install it..so plz can u help me out to install dlib or the steps u followed to install dlib... Hope u will help me out to solve this.

vardanagarwal commented 4 years ago

Can you tell which os are you using and are you using Anaconda?

smane2000 commented 4 years ago

Windows

vardanagarwal commented 4 years ago

if you are going for pip install then you can follow this https://www.google.com/amp/s/www.learnopencv.com/install-dlib-on-windows/amp/. Hopefully it should work.

If you are using Anaconda then you do: conda install -c conda-forge dlib If that doesn't work then go for: conda install -c menpo dlib However, the second command is only for python <= 3.5.

smane2000 commented 4 years ago

Thanx for the solution but it's not working...

vardanagarwal commented 4 years ago

Which one did you try? I am personally working on Windows using Anaconda and it worked for me.

smane2000 commented 4 years ago

Hello vardan Thanx for the solution.. It worked after 2 times of installing Becz there was a installation issues..

AnanyaKukreti commented 3 years ago

Hi Vardan, I'm working on windows and using Anaconda, but the command is not working for me. Do you need to install something else before using the command to make it work?