2

I'm trying to run some basic Julia scripts (loading data and manipulating it) from the command line (using a MAC terminal) that I had previously written and successfully compiled with Julia Studio. I KNOW they work (I have re-run them countless times in Julia Studio) and see the desired output sans error messages, but for some reason I now keep getting strange errors some of which seem to relate to packages such as DataFrames (but not always of that variety) when I run the aforementioned scripts from the command line?

ERROR: no method readtable(Array{Any,1},)
ERROR: no method date_parser(ASCIIString,)

If anyone has encountered a similar problem then I would love to hear about the fix.

4

1 回答 1

0

尝试更新 Julia 版本。这个问题在以前的版本中就存在。也试试 iJulia,你会发现它比终端更好。

于 2015-03-27T09:56:00.840 回答