python编译报错: make[3]: *** wait: No child processes. Stop.make: *** [Makefile:510: profile-run-stamp] Error 2

这是树莓派zero W的硬件原因: 只有可怜的一个processer

所以子进程创建失败

编译时加入-j 选项 make -j 1 即可。

参考https://github.com/openresty/openresty/issues/22