python-3.6aerospikeclient-library

Error: src/main/aerospike.c:17:20: fatal error: Python.h: No such file or directory; unable to install aeropike with python3


Kindly refer to this issue for details:

https://github.com/aerospike/aerospike-client-python/issues/220

Thanks in advance!


Solution

  • Probably you should install python3.6 development package, for an example for ubuntu/debian:

    sudo apt install python3.6-dev