yep. poor python 3.7.1rc1 is crashing away right now in SSH after trying hard to install and make for the last couple hours. Seems it has run my pi out of memory:
virtual memory exhausted: Cannot allocate memory
virtual memory exhausted: Cannot allocate memory
virtual memory exhausted: Cannot allocate memory
Makefile:1623: recipe for target 'Parser/node.o' failed
make[3]: *** [Parser/node.o] Error 1
Makefile:1623: recipe for target 'Parser/listnode.o' failed
make[3]: *** [Parser/listnode.o] Error 1
Makefile:1623: recipe for target 'Parser/firstsets.o' failed
make[3]: *** [Parser/firstsets.o] Error 1
Makefile:1623: recipe for target 'Parser/grammar.o' failed
make[3]: *** [Parser/grammar.o] Error 1
Makefile:1623: recipe for target 'Parser/pgen.o' failed
make[3]: *** [Parser/pgen.o] Error 1
Soooo... tomorrow I will reimage and start over with python3 ver 3.6, which does have a bunch of exact how to's to install. I will start it in the same directory as the other 2 distributed pythons and use sudo to gain permission to do so. or maybe just let it install in home/pi again since it does not seem to reallyl matter where it is. I think what was missing before was my adding a Path statement to point to it and also not giving the .py files permission to run with that permissions command (forget what it is off hand now) that domiticz did not include but is likely required.
leaning toward this install:
https://tutorials.technology/tutorials/67-Installing-python-36-on-raspberrypi.html