Closed paciorek closed 3 years ago
Why don't you use the latest stable version (v0.55.0)? Did you try to update the GR.jl
package?
Yeah, Julia 1.3.1 pulls in v0.52.0 for us. I tried to force it to pull in v0.55.0 but got into dependency version conflicts with the Plots package. We're also getting an illegal instruction with GR v0.55.0 on Julia 1.5.3 but that's a distinct issue from this one...
We're trying to install the Julia GR package under Ubuntu 20.04 and Julia 1.3.1. The GR docs indicate that one needs libqt5 and not libqt4 for most Linux distributions (including Ubuntu), but this is what we see after we install it (installing seems to pull in GR version 0.52), indicating a hard-coded dependency on libqt4.