error installing
(Mac OS High Sierra )
Whenever I try to install jupyter notebook in Atom the present error happen. Could someone help me?
Installing “[email protected]” failed.Hide output…
[email protected] install /private/var/folders/5n/1pnhd3t94ws8lnj_vp3wnwpm0000gn/T/apm-install-dir-1171011-4351-qllfzw.1mxi529/node_modules/jupyter-notebook/node_modules/bufferutil node-gyp rebuild
[email protected] install /private/var/folders/5n/1pnhd3t94ws8lnj_vp3wnwpm0000gn/T/apm-install-dir-1171011-4351-qllfzw.1mxi529/node_modules/jupyter-notebook/node_modules/runas node-gyp rebuild
/private/var/folders/5n/1pnhd3t94ws8lnj_vp3wnwpm0000gn/T/apm-install-dir-1171011-4351-qllfzw.1mxi529 `-- (empty)
npm WARN deprecated [email protected]: This package has moved to @jupyterlab/services
npm WARN deprecated [email protected]: use @phosphor/ packages
gyp ERR! configure error
gyp ERR! stack Error: Python executable "/Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh" is v3.6.3, which is not supported by gyp.
gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
gyp ERR! stack at failPythonVersion (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/lib/configure.js:454:14)
gyp ERR! stack at /Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/lib/configure.js:443:9
gyp ERR! stack at ChildProcess.exithandler (child_process.js:197:7)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at maybeClose (internal/child_process.js:877:16)
gyp ERR! stack at Socket.node-gyp rebuild
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
npm ERR! Darwin 17.2.0
npm ERR! argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/dayvidwesley/.atom/.apm/.apmrc" "--userconfig" "/Users/dayvidwesley/.atom/.apmrc" "install" "/private/var/folders/5n/1pnhd3t94ws8lnj_vp3wnwpm0000gn/T/d-1171011-4351-plfmfd.3ciukmaemi/package.tgz" "--runtime=electron" "--target=1.6.15" "--arch=x64" "--global-style"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the runas 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 information on how to open an issue for this project with:
npm ERR! npm bugs runas
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls runas
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /private/var/folders/5n/1pnhd3t94ws8lnj_vp3wnwpm0000gn/T/apm-install-dir-1171011-4351-qllfzw.1mxi529/npm-debug.log npm ERR! code 1
Same problem here.
Please include the following file with any support request
This file seems to be removed after failed installation attempt (Atom 1.23.2 x64 Windows 10, node v.8.9.4 LTS)
The problem might be due to Python version (3.6.3 in my case)
Does anyone know how to pass -python argument to node-gyp rebuild? I don't like to reinstall Python since I'm using current version of it
@nikagra Did you solve this problem? I am also facing it.
@chauhan-utk Yep. I stopped using Atom. I propose you to use Python Jupyter Notebook directly (eventually even Intellij Idea have some support for Jupyter Notebook). The problems with node-gyp are too deep and I have no time to solve them