Por algum motivo, você precisa touch
de alguns arquivos durante o processo make
. Quando fizer quits com este erro 127, execute:
touch ./Include/typeslots.h
touch ./Objects/type
touch ./Objects/typeslots.py
make
Dentro do diretório de origem do Python.
Ele vai reclamar uma segunda vez:
./Python/makeopcodetargets.py ./Python/opcode_targets.h
env: python: No such file or directory
Novamente, apenas touch
dos arquivos incorretos e execute make
novamente.
touch ./Python/makeopcodetargets.py
touch ./Python/opcode_targets.h
make