Re: [julia-users] Re: More conda troubles

2015-11-20 Thread Benjamin Deonovic
Actually it doesn't seem to have worked: julia> Pkg.test("NetCDF") INFO: Testing NetCDF INFO: NetCDF tests passed I think the issue is witht he package NetCDF not anything you are doing.

Re: [julia-users] Re: More conda troubles

2015-11-20 Thread Benjamin Deonovic
I'm guessing the issue isn't NetCDF versus netCDF (capitlization?) On Friday, November 20, 2015 at 8:25:37 AM UTC-6, J Luis wrote: > > Yes, but furthermore you don't seam to be on Windows where further > problems exist because the shared library (dll) names differ (libnetcdf.xx > on unix and

Re: [julia-users] Re: More conda troubles

2015-11-20 Thread J Luis
Well, some variation of it yes. But I don't even have a deps.jl so test for its existence in netcdf_c.jl always fails. sexta-feira, 20 de Novembro de 2015 às 11:11:48 UTC, Luthaf escreveu: > > Is this error the same as https://github.com/JuliaGeo/NetCDF.jl/issues/6 ? > > -- > Luthaf > > Le 19

Re: [julia-users] Re: More conda troubles

2015-11-20 Thread Benjamin Deonovic
I tried to see if I would have the same problem. I first tried Pkg.add("NetCDF") and I got same problem: *julia> Pkg.add("NetCDF")INFO: Updating cache of Conda...INFO: Cloning cache of Formatting from git://github.com/lindahua/Formatting.jl.gitINFO: Cloning cache

Re: [julia-users] Re: More conda troubles

2015-11-20 Thread J Luis
Yes, but furthermore you don't seam to be on Windows where further problems exist because the shared library (dll) names differ (libnetcdf.xx on unix and netcdf.dll on Windows) I actually tried to work-around this with my favorite solution, which is to make the name of the library a veriable,

Re: [julia-users] Re: More conda troubles

2015-11-20 Thread Luthaf
Is this error the same as https://github.com/JuliaGeo/NetCDF.jl/issues/6 ? --  Luthaf Le 19 novembre 2015 à 23:12:50, J Luis (jmfl...@gmail.com) a écrit: Nope. The trouble is that after installing 295 MB of Condas (I mean a full python when I already had one and did not ask for another), there

Re: [julia-users] Re: More conda troubles

2015-11-20 Thread J Luis
Ghrr, you're damn right. It now works with my own netcdf dll and its dependencies. Thanks sexta-feira, 20 de Novembro de 2015 às 15:07:13 UTC, Benjamin Deonovic escreveu: > > > I'm guessing the issue isn't NetCDF versus netCDF (capitlization?) > On Friday, November 20, 2015 at 8:25:37 AM UTC-6,

[julia-users] Re: More conda troubles

2015-11-19 Thread Steven G. Johnson
Have you set up some environment variables that could affect Python? e.g. is PYTHONPATH or similar set in your environment? Maybe Conda should unset these before running the conda scripts.

[julia-users] Re: More conda troubles

2015-11-19 Thread Tony Kelman
Looks like that's probably a dlopen failure? Or check the libnetcdf in dependency walker? On Thursday, November 19, 2015 at 12:35:10 PM UTC-8, J Luis wrote: > > oops, I obviously meant 'cache' not 'cash' > > quinta-feira, 19 de Novembro de 2015 às 20:33:28 UTC, J Luis escreveu: >> >> It's so

[julia-users] Re: More conda troubles

2015-11-19 Thread J Luis
oops, I obviously meant 'cache' not 'cash' quinta-feira, 19 de Novembro de 2015 às 20:33:28 UTC, J Luis escreveu: > > It's so annoying that Pkg.rm() does not rm. So I manually cleaned the cash > and .trash after Pkg.rm("Conda") but it still doesn't install netCDF. > I wish I could use what I

[julia-users] Re: More conda troubles

2015-11-19 Thread J Luis
In fact I had. I always call julia from a bat file that I use to set paths of interest and calls my WinPython portable installation. Now changed that but I'm again in a broken state julia> Pkg.rm("NetCDF") INFO: Installing Conda v0.1.8 INFO: Removing Formatting v0.1.4 INFO: Removing NetCDF

[julia-users] Re: More conda troubles

2015-11-19 Thread J Luis
It's so annoying that Pkg.rm() does not rm. So I manually cleaned the cash and .trash after Pkg.rm("Conda") but it still doesn't install netCDF. I wish I could use what I already have in my computer (netcdf and all of its dependencies) and not duplicating them (if it worked). julia>

[julia-users] Re: More conda troubles

2015-11-19 Thread J Luis
Nope. The trouble is that after installing 295 MB of Condas (I mean a full python when I already had one and did not ask for another), there was some problem and libnetcdf was not installed. quinta-feira, 19 de Novembro de 2015 às 21:12:15 UTC, Tony Kelman escreveu: > > Looks like that's