JunoLab / Juno.jl

MIT License
145 stars 23 forks source link

Unknown flag: `depwarn' #627

Closed maddalenina closed 3 years ago

maddalenina commented 3 years ago

I cannot start the Julia REPL in Juno. When I hit enter it shows: error: unknown flag `depwarn' and then it exits.

When I start Julia from the terminal, with the --depwarn flag, it works fine.

What am I missing?

Debug information:

# Atom:
Version: 1.54.0
Dev Mode: false
Official Release: true
{
  "node": "12.4.0",
  "v8": "7.6.303.31-electron.0",
  "uv": "1.29.1",
  "zlib": "1.2.11",
  "brotli": "1.0.7",
  "ares": "1.15.0",
  "modules": "73",
  "nghttp2": "1.38.0",
  "napi": "4",
  "llhttp": "1.1.3",
  "http_parser": "2.8.0",
  "openssl": "1.1.0",
  "icu": "64.2",
  "unicode": "12.1",
  "electron": "6.1.12",
  "chrome": "76.0.3809.146"
}
# julia-client:
Version: 0.12.6
Config:
{
  "currentVersion": "0.12.6",
  "firstBoot": false,
  "juliaOptions": {},
  "juliaPath": "/snap/bin/julia",
  "uiOptions": {
    "enableMenu": true
  }
}

# ink:
Version: 0.12.5
Config:
undefined

# uber-juno:
Version: 0.3.0
Config:
{
  "disable": true
}

# language-julia:
Version: 0.21.0
Config:
undefined

# language-weave:not installed

# indent-detective:
Version: 0.4.0
Config:
undefined

# latex-completions:
Version: 0.3.6
Config:
undefined

Could not connect to Julia.
pfitzseb commented 3 years ago

IIRC that happens when installing Julia via snap -- not sure why exactly though. Can you give the official binary from https://julialang.org/downloads/ a go?

maddalenina commented 3 years ago

IIRC that happens when installing Julia via snap -- not sure why exactly though. Can you give the official binary from https://julialang.org/downloads/ a go?

That solved it, thanks :)