How to install dlib on Ubuntu VPS on digital ocean
NickName:S Andrew Ask DateTime:2019-11-23T14:19:23

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 run pthon flask web app on it and for it I need to install dlib. I have tried all the whl files mentioned in this link but all I am getting is

dlib-19.8.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

I simply download them using wget dlib-xxxx-xx.whl and then install using pip3 install dlib-xxxx-xx.whl but it gives me above error. I have a python 3.6.8 installed

Can anyone please help how can I install dlib.?

Copyright Notice:Content Author:「S Andrew」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/59005094/how-to-install-dlib-on-ubuntu-vps-on-digital-ocean

Answers
Mr K. 2019-11-25T06:55:24

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.",


More about “How to install dlib on Ubuntu VPS on digital ocean” related questions

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 run pthon flas...

Show Detail

sailsjs installation on digital ocean ubuntu vps

I am trying to install sailsjs globally on my digital ocean vps but every time process seems to get killed . Any idea why it is happening and how I can overcome this problem. Let me know if more de...

Show Detail

cPanel user starting with Digital Ocean VPS

I've been using cPanel my whole life. Just switched to digital ocean to play around with their droplets. I'm having trouble creating mysql dbs with digital ocean. I'm not good with unix shell. Also

Show Detail

How to resolve domain with Direct Admin installed on a Digital Ocean VPS

I have a Digital Ocean VPS with an installation of Direct Admin. I have pointed my domain to 3 nameservers of Digital Ocean ( ns1.digitalocean.com, ns2, ns3 ). But when I added DNS records in DNS

Show Detail

How can I install FreeBSD on a Ubuntu VPS?

I have purchased a VPS from Digital Ocean. I have console access, so no need to worry about the network not being configured at install time. I have already tried using dd to write a small installer

Show Detail

Running tomcat 8.5 on digital ocean droplet ubuntu 18.10

I am trying to get tomcat 8.5 to run in an ubuntu 18.10 droplet on digital ocean. There are various tutorials on installing and running tomcat as a service on the web. Most of them are very similar...

Show Detail

VPS server bundle install only runs as root

I am building a digital ocean VPS server via ubuntu and I am having issues with my bundler. I have had this issue before on the local machine but I have no idea how to fix this issue. To be as sp...

Show Detail

JRuby `gem install` hangs forever on Ubuntu (Digital Ocean)

I'm trying to start the fresh installation of Ubuntu (tried all in the range of 12.04-15.10) with Oracle 8 JDK (also tried with OpenJDK 7) and JRuby > 9.0.0.0. I'm using rvm (also tried rbenv) to ...

Show Detail

How Install NGINX + Varnish 6.1.0 with SSL on Ubuntu 18.04???

I'm using VPS in Digital Ocean and I wanna install varnish 6.1.0 with SSL + NGINX in Ubuntu 18.04 and install PHP 7.2 But I don't know if this Varnish version is compatible with ubuntu 18.04 vers...

Show Detail

How to deploy spring boot rest api and angular 6+ application with mysql in ubuntu 18 in digital ocean?

I have created a web application using angular 6+ and spring boot. I use angular 6+ for front end and in my local machine angular project is run under http://localhost:4200. And I using spring boot...

Show Detail