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

enter image description here


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -