Is python3 meinheld available for osmc distribution?

root@osmc:/home/osmc# apt-get install python3-meinheld
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package python3-meinheld

as it doesn’t work, I tried istead

root@osmc:/home/osmc# apt-get install python3-meinheld
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package python3-meinheld

but it returned the error:

    In file included from meinheld/server/heapq.h:4:0,
                 from meinheld/server/heapq.c:1:
meinheld/server/meinheld.h:4:20: fatal error: Python.h: Nema takve datoteke ili direktorija
 #include <Python.h>
                    ^
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
Complete output from command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-5bv5b1vc/meinheld/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ikrjaa3o-record/install-record.txt --single-version-externally-managed --compile:
running install

How to install meinheld (http://meinheld.org/) for python3?

apt-get install python-dev and try again

The same error.
I tried pip3 as well. Here is what happens:

Python.h exists on:

root@osmc:/home/osmc# find / -name Python.h
/usr/include/python2.7/Python.h
/usr/local/include/python3.5m/Python.h

then guess what :slight_smile: report a bug to the developer cause OSMC has no bearing on this issue :slight_smile:

It looks like you already have it, but to be sure, install python3-dev.

sudo apt install python3-dev

bmillham, that was it. Thank you very very much.
My first web service is alive, thanks to you. :+1:
Best regards.

Great to hear!