Julia-client 0.10.1 failing to install in Atom

julia-client 0.10.1 failing to install in Atom. Tried uninstalling and installing from terminal and found same error.

Error:

> @pfitzseb/node-pty-prebuilt@0.8.1-prebuilt3 install C:\Users\nicho\AppData\Local\Temp\apm-install-dir-11985-17456-mubfz6.p5o7\node_modules\julia-client\node_modules\@pfitzseb\node-pty-prebuilt
> prebuild-install || node scripts/install.js


C:\Users\nicho\AppData\Local\Temp\apm-install-dir-11985-17456-mubfz6.p5o7\node_modules\julia-client\node_modules\@pfitzseb\node-pty-prebuilt>if not defined npm_config_node_gyp (node "C:\Users\nicho\AppData\Local\atom\app-1.40.0\resources\app\apm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\nicho\AppData\Local\atom\app-1.40.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) 

prebuild-install WARN install No prebuilt binaries found (target=3.1.10 runtime=node arch=x64 libc= platform=win32)
gyp ERR! configure error 
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\nicho\AppData\Local\atom\app-1.40.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\lib\configure.js:492:19)
gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\nicho\AppData\Local\atom\app-1.40.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\lib\configure.js:517:16)
gyp ERR! stack     at C:\Users\nicho\AppData\Local\atom\app-1.40.0\resources\app\apm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:182:21)
gyp ERR! System Windows_NT 10.0.18362
gyp ERR! command "C:\\Users\\nicho\\AppData\\Local\\atom\\app-1.40.0\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\nicho\\AppData\\Local\\atom\\app-1.40.0\\resources\\app\\apm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\nicho\AppData\Local\Temp\apm-install-dir-11985-17456-mubfz6.p5o7\node_modules\julia-client\node_modules\@pfitzseb\node-pty-prebuilt
gyp ERR! node -v v10.2.1
gyp ERR! node-gyp -v v3.7.0
gyp ERR! not ok 
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\nicho\AppData\Local\Temp\apm-install-dir-11985-17456-mubfz6.p5o7\package.json'
npm WARN apm-install-dir-11985-17456-mubfz6.p5o7 No description
npm WARN apm-install-dir-11985-17456-mubfz6.p5o7 No repository field.
npm WARN apm-install-dir-11985-17456-mubfz6.p5o7 No README data
npm WARN apm-install-dir-11985-17456-mubfz6.p5o7 No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @pfitzseb/node-pty-prebuilt@0.8.1-prebuilt3 install: `prebuild-install || node scripts/install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @pfitzseb/node-pty-prebuilt@0.8.1-prebuilt3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\nicho\.atom\.apm\_logs\2019-09-05T15_48_16_549Z-debug.log

Are you on Atom 1.40? If so, you’ll need to upgrade to 1.40.1 or downgrade to 1.39.

1 Like

Thank you, didn’t see an update was available.