JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
475 stars 87 forks source link

using PyPlot make julia crashed #487

Open egoecho opened 4 years ago

egoecho commented 4 years ago
julia> using PyPlot
[ Info: Precompiling PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee]
: CommandLine Error: Option 'help-list' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options

Then the Julia has crashed and returned to bash promoter. PyPlot version: v2.9.0; Julia version: 1.4.0; system: CentOS Linux 7.

stevengj commented 4 years ago

It looks like Python is somehow pulling in an incompatible version of the LLVM library?