ArgumentError: invalid argument #4 to LAPACK call

using LinearAlgebra
using PlotlyJS
n  = 8
A = rand(n,n)
e = eigvals(A)
plot(real(e), imag(e), mode = "markers")
eigvals(A)

On Windows 10, with Julia 1.5.1. So I would say the problem is due to pyplot.