We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As reported in #61 Python 2.7 should be installed on the system you use to build the extension.
Unfortunately at the moment (4/25/2020), node-gyp requires Python 2.7 and cannot work with Python 3.
node-gyp
From the ticket:
What did work for us was installing python 2.7 and passing: PYTHON=<location to python27> npm
What did work for us was installing python 2.7 and passing:
PYTHON=<location to python27> npm