Skip to content

Problem: Python 2.7 is required to build

Eugene Lazutkin edited this page Apr 26, 2020 · 3 revisions

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.

From the ticket:

What did work for us was installing python 2.7 and passing:

PYTHON=<location to python27> npm