EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.37k stars 230 forks source link

python is dependency #259

Open lbellows opened 8 years ago

lbellows commented 8 years ago

Install failed because I don't have python:

gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PY HON env variable. gyp ERR! stack at failNoPython (E:\NodeJS\node_modules\npm\node_modules\nod -gyp\lib\configure.js:401:14)

antoinepairet commented 8 years ago

lwip is a native module, a C++ node addon. As such, it depends on node-gyp for compiling the source. node-gyp requires Python.

Please install python 2.7.x (NOT 3.x which is not compatible) and retry.

Unless prebuilt binaries are provided, I would recommend closing this issue.

utkarshdubey commented 4 years ago

If I am distributing an electron application and lwip is a dependency. Do you think I'd have to distribute a python binary as well?