isce_notes
isce_notes copied to clipboard
pyproj trouble
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
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.
-
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'.
-
you can also install packages that didn't work from the '.yml' with 'pip'. For example, 'pip install pyproj'.
-
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.
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
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
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 "
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