How To Install Dlib On Ubuntu Vps On Digital Ocean
I have created a ubuntu vps which has below specs: Linux ubuntu-sh5tb8912admin 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux I have to
Solution 1:
If the wheels have a win in their name I guess they are windows-releases not for GNU/Linux. Did you try downloading one of the tar.gz files those should be the ones for Linux.
Solution 2:
git clone https://github.com/Universe-ML21/script_install_dlib.git
sudo chmod +x script_install_dlib/auto_dlib.sh
bash script_install_dlib/auto_dlib.sh
Post a Comment for "How To Install Dlib On Ubuntu Vps On Digital Ocean"