Error: Python.h: No such file or directory

It means the file Python.h is not available entirely so you need to add below command:

$ sudo apt-get install python3.6-dev

That’s it.