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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -