Viral,
The gremlins just don't want to go away. We now have two beta testers (and Coursera will also put people through the course this week). Locally that makes seven people and we are all having issues with JuliaBox.com. I'm talking about vanilla runs, simply adding packages through the console. NOTHING fancy. Probability would suggest that we can't be an isolated group. What are you seeing on your side?
On my Mac OSX 10.11 I seem to have no problems. Some Linux and Windows machines (and other Macs as well) seem to show this as a recurrent theme when doing a simple Pkg.update():
julia> Pkg.update()INFO: Updating METADATA...fatal: Unable to write new index fileCannot pull with rebase: You have unstaged changes.Please commit or stash them.ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1)) [1]in pipeline_error at process.jl:555in run at process.jl:531in anonymous at pkg/entry.jl:283in withenv at env.jl:160in anonymous at pkg/entry.jl:282in cd at ./file.jl:22in update at ./pkg/entry.jl:272in anonymous at pkg/dir.jl:31in cd at file.jl:22in cd at pkg/dir.jl:31in update at ./pkg.jl:45
Out of memory errors are the second most common problem. At times a rm -rf ~/.julia fixes the issue. Once one or two packages are installed (remember we only require Plots (pyplot and plotlyjs backend), DataFrames, Distributions and StatsBase), the problems start.
Are we seeing isolated problems?
Juan.