atom-julia-client: Failure to install julia-client@0.8.10 after Atom 1.39.0 update
Installing “julia-client@0.8.10” failed.Hide output…
node-pty-prebuilt@0.7.6 install C:\Users\j\AppData\Local\Temp\apm-install-dir-119624-12372-1wtgyoq.4odgj\node_modules\julia-client\node_modules\node-pty-prebuilt prebuild-install || node scripts/install.js
C:\Users\j\AppData\Local\Temp\apm-install-dir-119624-12372-1wtgyoq.4odgj\node_modules\julia-client\node_modules\node-pty-prebuilt>if not defined npm_config_node_gyp (node “C:\Users\j\AppData\Local\atom\app-1.39.0\resources\app\apm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\…..\node_modules\node-gyp\bin\node-gyp.js” rebuild --build_v8_with_gn=false ) else (node “C:\Users\j\AppData\Local\atom\app-1.39.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js” rebuild --build_v8_with_gn=false )
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to “coffeescript” (no hyphen) prebuild-install WARN install No prebuilt binaries found (target=3.1.10 runtime=electron 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\j\AppData\Local\atom\app-1.39.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\lib\configure.js:492:19) gyp ERR! stack at PythonFinder.<anonymous> (C:\Users\j\AppData\Local\atom\app-1.39.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\lib\configure.js:517:16) gyp ERR! stack at C:\Users\j\AppData\Local\atom\app-1.39.0\resources\app\apm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29 gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21) gyp ERR! System Windows_NT 10.0.17134 gyp ERR! command “C:\Users\j\AppData\Local\atom\app-1.39.0\resources\app\apm\bin\node.exe” “C:\Users\j\AppData\Local\atom\app-1.39.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js” “rebuild” “–build_v8_with_gn=false” gyp ERR! cwd C:\Users\j\AppData\Local\Temp\apm-install-dir-119624-12372-1wtgyoq.4odgj\node_modules\julia-client\node_modules\node-pty-prebuilt gyp ERR! node -v v8.9.3 gyp ERR! node-gyp -v v3.7.0 gyp ERR! not ok npm WARN enoent ENOENT: no such file or directory, open ‘C:\Users\j\AppData\Local\Temp\apm-install-dir-119624-12372-1wtgyoq.4odgj\package.json’ npm WARN apm-install-dir-119624-12372-1wtgyoq.4odgj No description npm WARN apm-install-dir-119624-12372-1wtgyoq.4odgj No repository field. npm WARN apm-install-dir-119624-12372-1wtgyoq.4odgj No README data npm WARN apm-install-dir-119624-12372-1wtgyoq.4odgj No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-pty-prebuilt@0.7.6 install: prebuild-install || node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-pty-prebuilt@0.7.6 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\j.atom.apm_logs\2019-07-24T04_51_03_475Z-debug.log
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 5
- Comments: 43 (15 by maintainers)
I am now running Atom 1.39.1 and julia-client v0.8.12-beta2 on Windows 10 and its working great. Thanks so much for your hard work and quick turnaround, you are a life saver!!
Yeah, this is a known issue and I’m working on it. Workaround for now is to downgrade to Atom 1.38.
@pfitzseb yes, by
apm uninstall julia-client
followed now byapm install https://github.com/JunoLab/atom-julia-client/
Atom no longer crashes on mac and appears woking fine. Thanks a lot for your hard work!The best that I found is uninstalling Atom, reinstall version 1.38.2 from this link:
https://github.com/atom/atom/releases
Then disconnect your internet connection, open the installer, then open the Atom 1.38.2. Go to setting, and uncheck automatic update. Then connect to the internet and download uber-juno package. Enjoy! By the way, there is a bug with Atom for its autoupdating option. If it converts its version to 1.39.0 again, just uninstall it again, and install the previous version (don’t delete “.atom” folder).
Just writing to confirm that on mac os, by changing the prebuild node-pty to the latest
0.8.1-prebuilt3
like this fixes the problem and everything runs ok so far, thanks!same here. maybe as a quick temporary solution use atom version 1.38.2. This still works.
Yes, using the latest update with downgrade node-pty to 0.8.1-prebuilt3 works on mac.