Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproj trouble #2

Open
lacardonap opened this issue Oct 27, 2016 · 4 comments
Open

pyproj trouble #2

lacardonap opened this issue Oct 27, 2016 · 4 comments

Comments

@lacardonap
Copy link

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

@scottyhq
Copy link
Owner

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.

@lacardonap
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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: conda-forge/pygrib-feedstock#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants