Sebastian Pfitzner
Sebastian Pfitzner
Sounds like ink isn't properly installed. Try re-installing that as well.
I released a new version of julia-client (as well as ink) a couple of minutes ago (which might or might not help with this issue). Can you all try the...
What's the output of `atom -v` in a terminal?
@jsoule281 What OS are you on?
Julia doesn't really allow for this atm -- I think the best we can do is set the variable to `nothing`, which makes it gc'able. Getting rid of the binding...
I'm seeing that same issue outside of Juno: ``` julia> using Distributed julia> addprocs(2) 2-element Array{Int64,1}: 2 3 julia> @everywhere using Base.Threads julia> pmap(1:2) do i @threads for i in...
What exactly is it downloading?
Yes, that's the most likely cause for that specific issue. The fact that we're re-instantiating the required dependencies on every start is very weird though. Can you confirm that `C:\users\rspro\.julia`...
Is (was) this a JuliaPro installation at some point?
Alright, thanks to some debugging with @fkastner, we now know that having a system `npm` installed might be causing the problems. A couple of things you could try are: -...