Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Julia exits when I import Plots package in Atom

$
0
0

@toluboltz wrote:

Hello,

Julia exits in atom’s REPL when I type in “using Plots” and prints out the following error:

signal (11): Segmentation fault: 11
in expression starting at no file:0
_platform_strcmp at /usr/lib/system/libsystem_platform.dylib (unknown line)
Allocations: 71808137 (Pool: 71791494; Big: 16643); GC: 154
Julia has exited.

The same happens if I run any scripts that include “using Plots” in atom. When I run the script in my terminal, it takes an unusually long time and still shows no plots. Although, if I start Julia from the terminal and run a simple plot in the interactive shell, it plots fine.

I also tried it in nteract’s notebook and the plots work just fine.

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles