JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] Julia could not be started (Couldn't resolve version) #615

Open siddino opened 3 years ago

siddino commented 3 years ago

julia works fine in terminal but it does not start in REPL (Could be related/duplicate to/of #603)

Julia could not be started. Couldn't resolve version. We tried to launch Julia from: /usr/bin/julia This path can be changed in the settings.

in terminal: which julia /usr/bin/julia

(symbolic links do not help as well)

Details

Steps to reproduce

  1. Press Enter to start a new session in REPL -> Julia has exited.
NetSpatial commented 3 years ago

I have same issue/response with Mac OS after trying multiple versions of path in the settings for. Details Atom version: 1.53.0 x64 Julia version: 1.5.3 OS: MacOS Catalina version 10.15.7 Package versions: julia-client: 0.12.6 uber-juno: 0.3.0 language-julia: 0.20.1

digu79 commented 3 years ago

is there any hack to solve this bug ?

GrossTonen commented 2 years ago

I have the same bug. Have someone solved it? @siddino

GrossTonen commented 2 years ago

Solved. The problem was that I have Win7 and Julia 1.7+ doesn't run on Win7. Set up ver 1.6.6 and everything is ok.

(know, that's not your case, but mb someone needs this info)