fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Failed to install package #62

Closed rcdailey closed 8 years ago

rcdailey commented 8 years ago

Using Atom 1.6.1 on Windows 8.1, I install your package via Settings > Install, but I get the following output:

> ptyw.js@0.3.7 install C:\Users\robert\AppData\Local\Temp\apm-install-dir-116230-3760-19udsnk\node_modules\build-tools\node_modules\ptyw.js
> node-gyp rebuild

C:\Users\robert\AppData\Local\Temp\apm-install-dir-116230-3760-19udsnk\node_modules\build-tools\node_modules\ptyw.js>if not defined npm_config_node_gyp (node "C:\Users\robert\AppData\Local\atom\app-1.6.1\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node  rebuild ) 

gypnpm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Users\\robert\\AppData\\Local\\atom\\app-1.6.1\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\robert\\AppData\\Local\\atom\\app-1.6.1\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig" "C:\\Users\\robert\\.atom\\.apm\\.apmrc" "--userconfig" "C:\\Users\\robert\\.atom\\.apmrc" "install" "C:\\Users\\robert\\AppData\\Local\\Temp\\d-116230-3760-dap299\\package.tgz" "--target=0.34.5" "--arch=ia32" "--msvs_version=2012"
npm ERR! node v0.10.40
npm ERR! npm  v2.13.3
npm ERR! code ELIFECYCLE

npm ERR! ptyw.js@0.3.7 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the ptyw.js@0.3.7 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the ptyw.js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls ptyw.js
npm ERR! There is likely additional logging output above.
fstiewitz commented 8 years ago

Have you installed Python2.7 and Visual Studio (2013 or 2015) ?

rcdailey commented 8 years ago

I have python 3 I think

On Wed, Mar 30, 2016, 9:49 AM Fabian Stiewitz notifications@github.com wrote:

Have you installed Python2.7 and Visual Studio (2013 or 2015) ?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/deprint/build-tools-cpp/issues/62#issuecomment-203469417

fstiewitz commented 8 years ago

According to node-gyp's docs it does not support Python3. I'm working on a way to drop that dependency, but that will take me at least 2 months.