添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
眼睛小的领带  ·  6.8.7.arch1-1 BUG: ...·  5 天前    · 
喝醉的便当  ·  VirtualDJ - moov atom ...·  1 月前    · 
帅气的青蛙  ·  [SOLVED!] Moov Atom ...·  1 月前    · 
老实的葫芦  ·  3.5 Embedded SBC with ...·  2 月前    · 
侠义非凡的拐杖  ·  WWW.TESTBENCH.IN - ...·  5 月前    · 
果断的李子  ·  Occupational Therapy ...·  6 月前    · 
唠叨的猴子  ·  Navisworks Manage ...·  8 月前    · 

Atom auto-updated from 1.38 to 1.39 this morning. When I started it, it sent me a message saying a needed to rebuild some out-of-date packages. I followed the prompt to rebuild, but it failed (sorry, I didn’t save the exact error message). I uninstalled all the Julia associated packages and tried to re-install them using uber-juno. I get the following error message:

"Juno: Error installing package julia-client

Please check your internet connection, or report this to
http://discuss.junolab.org
and we’ll try to help.
Error: Installing “[email protected]” failed."

I’m running Julia 1.1.1 on a Windows 10 machine. My internet connection is fine. Is anyone else experiencing this issue?

Shoot, same here.

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\PetrKrysl\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\PetrKrysl\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\PetrKrysl\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\\PetrKrysl\\AppData\\Local\\atom\\app-1.39.0\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\PetrKrysl\\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\PetrKrysl\.atom\packages\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 ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `prebuild-install || node scripts/install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] 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\PetrKrysl\.atom\.apm\_logs\2019-07-23T18_23_35_204Z-debug.log
              

The error I get is that atom detected python 3, but Juno uses gyp, which only supports python2. One way around this until it gets patched is to:

In terminal:

  • set the PATH variable so that python points to your python2
  • run apm install julia-client
  • then run atom
  • (inside atom gui, you may need the env-from-shell plugin to make atom see the PATH variable, activate by cmd-p [Command Palette> env-from-shell:copy])
  • The rebuild will then run.

    I basically can never upgrade julia to use with Atom!

    I had julia v0.6 and it was working fine with Atom 1.39.
    I installed v0.7, then all the Julia menu options disappeared. I simply changed the julia destination in julia-client package settings, nothing happened. I unistalled julia-client, tried to install again, I get the python error.
    I only seem to have Python36-32 and the error:

    gyp ERR! stack Error: Can't find Python executable "C:\Users\Aristeidis\AppData\Local\Programs\Python\Python36-32\python.EXE", you can set the PYTHON env variable.
    

    is asking for a file that exists!
    If gyp cannot see python3 (if 36-32 is python3), then why was it working before with julia v0.6?

    Last time I upgraded julia from v0.4 to v0.6, nothing worked again, I had to uninstall everything.

    Thank you for the help in advance.

    Same issue here. I remove my configuration folder and try to install the package.

    I get other error message:

    /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.28' not found (required by ~/.atom/packages/julia-client/node_modules/node-pty-prebuilt/build/Release/pty.node)

    Hi, it’s a problem with the versions of some dependencies, see this issue. Happened to me as well. Simple and quick solution, without any cost for reverting it once it’s fixed:

    You can just download the ZIP version (e.g. atom-windows.zip) of Atom from release 1.38.2, unzip it somehwere and run atom.exe. It will use your config (packages, settings, etc.) as a “native” installation, but not auto-update itself :wink:

    And, once the problem is fixed, you can switch back to your actually installed Atom without re-installing anything.

    I had to go though my hard drive and remove several folders belonging to Atom, they don’t remove on an uninstall.

    The fix by asprionj seems better because its a standalone version (if I understand correctly).

    [Obsolete now; the issue is solved, see below.]

    The only workaround that works for me so far (on macOS 10.14.6) is to

  • completely uninstall Atom 1.39.1, including ~/.atom;
  • install Atom 1.38.2 from here: https://github.com/atom/atom/releases/tag/v1.38.2;
  • go to Preferences and reinstall uber-juno until the error message for julia-client occurs;
  • then, in the Terminal, run: apm install [email protected];
  • and deactive the auto-update until the issue will be fixed. :o)
  • Trying to install julia-client 0.8.12-alpha immediately crashes Atom 1.39.1.

    Alright, I got a couple reports that [email protected] works fine on MacOS (as well as on Windows and Linux).

    Sorry for the trouble!