Songpal platform wont install

I recently updated my HA to 65.5 and I got the songpal platform.
Now when I go to the dashboard I get that the songpal platform could not be installed.

When I go to the info I get the following errors:

Unable to prepare setup for platform media_player.songpal: Could not install all requirements.

Not initializing media_player.songpal because could not install requirement python-songpal==0.0.6

 Unable to install package python-songpal==0.0.6: Command "/srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-bmnwce6n/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-1dvy6kva-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.5/lxml" failed with error code 1 in /tmp/pip-build-bmnwce6n/lxml/

When I try to install it manually via pip3 install python-songpal I get the following error:

copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-armv7l-
3.5/lxml/i                                                                                                                        soschematron/resources/xsl/iso-schematron-xslt1
running build_ext
building 'lxml.etree' extension
creating build/temp.linux-armv7l-3.5
creating build/temp.linux-armv7l-3.5/src
creating build/temp.linux-armv7l-3.5/src/lxml
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/p                                                                                                                        ython3.5-RUbMX3/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SO                                                                                                                        URCE=2 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/srv/homeassistant/include -I/usr/include/pyth                                                                                                                        on3.5m -c src/lxml/etree.c -o build/temp.linux-armv7l-3.5/src/lxml/etree.o -w
In file included from src/lxml/etree.c:660:0:
src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
 #include "libxml/xmlversion.h"
                               ^
compilation terminated.
Compile failed: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitie3wsz7q.c -o tmp/xmlXPathInitie3wsz7q.o
/tmp/xmlXPathInitie3wsz7q.c:1:26: fatal error: libxml/xpath.h: No such file or directory
 #include "libxml/xpath.h"
                          ^
compilation terminated.
*********************************************************************************
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*********************************************************************************
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1

Command "/srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-nlu02f25/lxml/set                                                                                                                        up.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, _                                                                                                                        _file__, 'exec'))" install --record /tmp/pip-_mlj7t09-record/install-record.txt --single-version-externally-managed -    `

I did sudo apt-get install libxml2 and it says its already installed.

Any idea on what to do?

try sudo apt install libxml2-dev libxslt-dev