Sebastian Pfitzner
Sebastian Pfitzner
Is that reproducible? And does it happen straight on startup or after you try to eval someting?
I don't think so -- if I had to guess something went wrong while installing the package. Can you try ``` apm uninstall julia-client apm install julia-client ``` in a...
Try ``` a = [ 1, 2 ] ``` instead -- Juno's block finding is indentation based.
Probably. For now I've just changed the title to indicate the Plot Pane is disabled.
Can you open the Console (Packages > Julia > Open Console or Ctrl-J Ctrl-O) and paste any errors you see here?
Can you go to `View > Developer > Toggle Developer Tools` and report any errors you see there? Please also check that the path you've set in `Settings > Packages...
Alright, thanks for the info. Can you type `using Atom` into a julia terminal (outside of Atom) and report any errors you might see?
Yes, that does look like the problem. Can you try again after running `Pkg.add("Atom")` as suggested?
Please try `Pkg.build("Atom")` as well.
That sounds like a messed up installation -- can you try reinstalling? Also maybe disable your virus scanner temporarily and install julia client via `apm install julia-client` in a terminal.