LDPjs
LDPjs copied to clipboard
Not support python 3.x
trafficstars
gyp ERR! configure error gyp ERR! stack Error: Python executable "python" is v3.4.3, which is not support ed by gyp. gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
Where is Python used in this JavaScript project ?
@kingaza Where are you seeing this error? As @akuckartz points out, Python isn't used in this project.
This is a node-gyp limitation, which builds native modules for Node.js during npm install. I'm not sure there's anything we can do. We don't use Python in the project itself.
well, thx anyway.