LDPjs icon indicating copy to clipboard operation
LDPjs copied to clipboard

Not support python 3.x

Open kingaza opened this issue 10 years ago • 4 comments
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.

kingaza avatar Sep 22 '15 05:09 kingaza

Where is Python used in this JavaScript project ?

akuckartz avatar Sep 22 '15 11:09 akuckartz

@kingaza Where are you seeing this error? As @akuckartz points out, Python isn't used in this project.

sspeiche avatar Sep 22 '15 11:09 sspeiche

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.

spadgett avatar Sep 22 '15 11:09 spadgett

well, thx anyway.

kingaza avatar Sep 26 '15 08:09 kingaza