Closed jverzani closed 7 years ago
can you try deleting the user's .julia
folders and trying again. This will remove all user installed packages, but will likely solve the instabilities. Things like this generally occur when the pre-built packages are updated.
Thanks! That seems to work as a solution.
On Thu, Oct 12, 2017 at 6:14 PM, Avik Sengupta notifications@github.com wrote:
can you try deleting the user's .julia folders and trying again. This will remove all user installed packages, but will likely solve the instabilities. Things like this generally occur when the pre-built packages are updated.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaCloud/JuliaBox/issues/500#issuecomment-336290937, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZvTHwXHVO9UvaVmN_kjo9L9vaSfTUKks5sro8-gaJpZM4P2XZl .
Using juliabox with students in a classroom finds two things occurring the past few days:
With v0.6 for the last few days it is not possible to get a stable kernel;even issuing
2+2
isn't workingothers get a stable kernel, but find their .julia has been changed. Here the package appear to be removed, but not the precompiled versions in .julia/lib This one seems quite odd, and hasn't been fully investigated.
Apologies if this is the wrong place to post this.