请问下面报错信息如何解决?


源码:
using Distributions
using PyPlot
mu, sigma = 100, 15
x = mu .+ sigma * randn(10000)
n, bins, patches = plt[:hist](x, 50, density=1,
facecolor=“green”, alpha=0.75)
y = pdf.(Ref(Normal(mu, sigma)), bins);
plot(bins, y, “r–”, linewidth=1)
xlabel(“Smarts”)
ylabel(“Probability”)
title(raw"$\mathrm{Histogram\ of\ IQ:}\ \mu=100,\ \sigma=15$")
axis([40, 160, 0, 0.03])
grid(true)

报错提示你重装过这个包,不知道是不是因为你的中文路径

不清楚 已经用上了juliapro了 暂时不用管这个问题了