You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of the MKL errors I reference here cause the VSCode Julia REPL to instantly crash and close before I can see the error message.
To identify the MKL error, I launched Julia from the terminal, and noticed that the MKL errors didn't crash the Julia REPL itself. If something doesn't crash Julia, it probably shouldn't crash the VSCode Julia REPL?
For reference, if you use Julia 1.5 and the latest MKL.jl, Conda.jl, and PyCall.jl, you may be able to reproduce this error by starting a VSCode REPL, installing numpy with Conda.add and then:
julia> using PyCall
julia> np = pyimport("numpy")
That's it. This hard crashes my VSCode Julia REPL every time. I'm using:
Both of the MKL errors I reference here cause the VSCode Julia REPL to instantly crash and close before I can see the error message.
To identify the MKL error, I launched Julia from the terminal, and noticed that the MKL errors didn't crash the Julia REPL itself. If something doesn't crash Julia, it probably shouldn't crash the VSCode Julia REPL?
For reference, if you use Julia 1.5 and the latest
MKL.jl
,Conda.jl
, andPyCall.jl
, you may be able to reproduce this error by starting a VSCode REPL, installingnumpy
withConda.add
and then:That's it. This hard crashes my VSCode Julia REPL every time. I'm using:
And I have v1.0.3 of the Julia language extension. This is all on MacOS Mojave 10.14.6.
The text was updated successfully, but these errors were encountered: