Closed GiovanniCardamone closed 3 years ago
My guess: python most probably links to v3, but you must have v2 installed for DukTape.
yep, my python executable links to python3.7
$ python --version
Python 3.7.7
i will replace makefile python with python2 executable
$ python2 --version
Python 2.7.18
Tips:
maybe makefile should have variable like CC for python?
example:
PYTHON2=/path/to/python2
Hello, i was trying to build a low.js bin on my machine
but the make command gave me the following error:
someone know how to fix this?