Gentoo Archives: gentoo-user

From: gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Unable to plot in Julia REPL.
Date: Thu, 09 Apr 2020 17:13:30
Message-Id: CA+t6X7fh+i1OYQjwwN1N-E1pcCwQQrDtAG70A4itXvv2wwEsag@mail.gmail.com
In Reply to: [gentoo-user] Re: Unable to plot in Julia REPL. by gevisz
1 чт, 9 апр. 2020 г. в 15:00, gevisz <gevisz@×××××.com>:
2 >
3 > чт, 9 апр. 2020 г. в 14:58, gevisz <gevisz@×××××.com>:
4 > >
5 > > After installing julia-1.3.0, I have tried to plot(rand(100)) in Julia
6 > > REPL as described in a tutorial but got an error message which basicly
7 > > says that julia cannot find libQtGui.so.4 shared library.
8 > > I googled the error message and found it on Julia discourse forum:
9 > > https://discourse.julialang.org/t/unable-to-plot-in-repl/13535
10 > > The author of the original question got exactly the same error message
11 > > while trying to run the same command in Julia REPL installed on
12 > > OpenSuse.
13 > The solution for him was to install libqt4 package. Can anybody say me which
14 > package I should emerge in Gentoo to get the same result?
15
16 The same is with julia-1.4.0-r1.
17
18 And I forgot to mention that in spite I am trying to build the GR
19 package inside Julia REPL, it actually downloads it.
20 However, I mentioned it on the discourse at the link provided above.