Julia from Mac terminal vs Julia Studio

693 Views Asked by At

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.

1

There are 1 best solutions below

1
Anshul Joshi On

Try updating the Julia version. This problem was there in previous versions. Also try iJulia, you will find it better than terminal.