ruose1314
ruose1314
This is what worked for me from https://stackoverflow.com/questions/41912372/dlib-installation-on-windows-10/49538054#49538054 Linux Dlib 19.17.0 ``` sudo apt-get install cmake wget https://files.pythonhosted.org/packages/05/57/e8a8caa3c89a27f80bc78da39c423e2553f482a3705adc619176a3a24b36/dlib-19.17.0.tar.gz tar -xvzf dlib-19.17.0.tar.gz cd dlib-19.17.0/ sudo python3 setup.py install ```
Hi, I have not tried installing in windows before, but I did see some answers within this link https://stackoverflow.com/questions/41912372/dlib-installation-on-windows-10/49538054#49538054 had solutions for windows in visual studio code. (look for answers...