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.

Sven Hohenstein
  • 80,497
  • 17
  • 145
  • 168
Chase CB
  • 1,561
  • 1
  • 13
  • 20

1 Answers1

0

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

Anshul Joshi
  • 353
  • 3
  • 9