packages - Quandl Julia error -
i've been experimenting quandl in julia , works on mac, but, alas, linux not much. i'm doing important work , can't have hiccups (ok ok i'm downloading datasets , messing around). reason error:
error: readtimearray not defined
it dependencies issue without more specific error it's hard me remedy. here code (which run on mac sans problems):
using quandl
bux = quandl("goog/nasdaq_sbux", rows= 5250)
tail(sbux,2)
println(bux)
the problem might version of julia
. try using julia 0.3.0
version, work it. had faced same problem solved after updating
Comments
Post a Comment