isce_notes icon indicating copy to clipboard operation
isce_notes copied to clipboard

pyproj trouble

Open lacardonap opened this issue 9 years ago • 4 comments

Hello Scott,

I'm try to install giant in my ubuntu 16.04 but I have this problem: in giant.yml is not available pyproj 1.9.4 py27_1 when I tried to install I got:

NoPackagesFoundError: Package missing in current linux-64 channels:

  • pyproj 1.9.4 py27_1

What can I do? Thanks a lot

regards, Leo Cardona

lacardonap avatar Oct 27 '16 22:10 lacardonap

Hi Leo,

Many of these packages are constantly being updated, and the files are posted won't always be up to date. There are a couple of options.

  1. The easiest would be to comment out the 'pyproj' line in the giant.yml file. You can then install whichever version is available with 'conda install pyproj'.

  2. you can also install packages that didn't work from the '.yml' with 'pip'. For example, 'pip install pyproj'.

  3. I also have posted an updated giant_102016.yml file which you could try.

You can learn more about what is going on with these python environments here: http://conda.pydata.org/docs/using/envs.html#clone-an-environment

Hope that helps.

scottyhq avatar Oct 27 '16 22:10 scottyhq

Hello Scott,

You help was very useful I can resolve my problem. Thank you very much for this post because I could install isce and giant.

God bless you.

regards, Leo Cardona

lacardonap avatar Oct 28 '16 15:10 lacardonap

Hi Scott,

I can say If you want processing sentinel1a images with isce you must include scipy=0.18.1 in isce_201609.yml.

Beast regards, Leo Cardona

lacardonap avatar Jan 02 '17 21:01 lacardonap

Hi Scott

I'm againt. I'm try to run some giant scripts but I got the next error:

import pygrib Traceback (most recent call last): File "", line 1, in ImportError: libjpeg.so.9: cannot open shared object file: No such file or directory

I looking for the error in the web and I found this response: https://github.com/conda-forge/pygrib-feedstock/issues/8

For resolve this I upgrade my libs using your file ./Ubuntu/giant.yml but when I run I got the error:

conda env update -f=giant.yml Fetching package metadata .........

ResolvePackageNotFound:

  • ecmwf_grib 1.14.7 3

Do you know how can resolve this problem??

Thanks a lot

regards, Leo Cardona

lacardonap avatar Aug 16 '17 21:08 lacardonap