Re: [julia-users] ODBC errors

2014-03-12 Thread Jacob Quinn
Are you using Julia v0.2? (You can check by running versioninfo()). I
thought I had updated support for v0.2, but it seems like some other
packages are having trouble. Checkouting the master of a package isn't
going to work if you don't have an update to date Julia.

If possible, I'd really recommend using v0.3-prerelease, as Julia/package
development has been rapid and v0.3 is almost officially released anyway.

-Jacob


On Wed, Mar 12, 2014 at 11:10 AM, svakSha svak...@gmail.com wrote:

 Hi,

 I was trying to read data off the csv files into a DB but there were
 multiple package errors -  DataFrames package. Here are the outputs :

 ODBC errors: https://gist.github.com/svaksha/9f881b041ccb3254a965
 Pkg.status(): https://gist.github.com/svaksha/a9e6472addcbd53d3814

 I'm guessing the packages are outdated? I tried updating the packages
 but am getting these errors:
 https://gist.github.com/svaksha/7c82216be69107488e11
 Is there an alternate method to pull packages and am I missing it?

 TIA, ॥ svaksha ॥ http://svaksha.com



Re: [julia-users] ODBC errors

2014-03-12 Thread svakSha
Hello Jacob,

On Wed, Mar 12, 2014 at 3:18 PM, Jacob Quinn quinn.jac...@gmail.com wrote:
 Are you using Julia v0.2? (You can check by running versioninfo()). I
 thought I had updated support for v0.2, but it seems like some other
 packages are having trouble. Checkouting the master of a package isn't going
 to work if you don't have an update to date Julia.

 If possible, I'd really recommend using v0.3-prerelease, as Julia/package
 development has been rapid and v0.3 is almost officially released anyway.

Its 0.3.0-prerelease

 versioninfo()
Julia Version 0.3.0-prerelease
Platform Info:
  System: Linux (i686-linux-gnu)
  CPU: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
  WORD_SIZE: 32
  BLAS: libblas.so.3
  LAPACK: liblapack.so.3
  LIBM: libopenlibm


-- 
॥ svaksha ॥ http://svaksha.com


Re: [julia-users] ODBC errors

2014-03-12 Thread Jacob Quinn
Then you somehow manage to not update your packages in a while. Your ODBC
was 0.2.1, which was back with v0.2. Honestly, the best thing to do here is
probably delete your .julia directory and then reinstall everything, so we
at least know you're starting from a clean slate.

-Jacob


On Wed, Mar 12, 2014 at 12:23 PM, svakSha svak...@gmail.com wrote:

 Hello Jacob,

 On Wed, Mar 12, 2014 at 3:18 PM, Jacob Quinn quinn.jac...@gmail.com
 wrote:
  Are you using Julia v0.2? (You can check by running versioninfo()). I
  thought I had updated support for v0.2, but it seems like some other
  packages are having trouble. Checkouting the master of a package isn't
 going
  to work if you don't have an update to date Julia.
 
  If possible, I'd really recommend using v0.3-prerelease, as Julia/package
  development has been rapid and v0.3 is almost officially released anyway.

 Its 0.3.0-prerelease

  versioninfo()
 Julia Version 0.3.0-prerelease
 Platform Info:
   System: Linux (i686-linux-gnu)
   CPU: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
   WORD_SIZE: 32
   BLAS: libblas.so.3
   LAPACK: liblapack.so.3
   LIBM: libopenlibm


 --
 ॥ svaksha ॥ http://svaksha.com