Open
Description
I try to compile on Debian8.10. Its clean system, just installed.
I was install Python3.6 and run this command:
python3.6 ./build-linux.py --python cpython-3.7
But after install some dependencies i catch this error
Makefile:78: .../python-build-standalone/build/versions/VERSION.*: No such file or directory
Makefile:289: warning: overriding recipe for target '.../python-build-standalone/build/cpython--x86_64-unknown-linux-gnu-noopt.tar'
Makefile:286: warning: ignoring old recipe for target '.../python-build-standalone/build/cpython--x86_64-unknown-linux-gnu-noopt.tar'
make: *** No rule to make target '.../python-build-standalone/build/versions/VERSION.*'. Stop.
What i do wrong? Debian8 not supported?