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

Installation request and conda install debug + OGH #136

Open
ChristinaB opened this issue Oct 4, 2018 · 4 comments
Open

Installation request and conda install debug + OGH #136

ChristinaB opened this issue Oct 4, 2018 · 4 comments

Comments

@ChristinaB
Copy link
Contributor

@Castronova
We would like to install libgdal and ncurses

conda install libgdal
Gives a warned to update conda by running
conda update -n base conda

To use libraries in Jim's new code we need to also run

conda install -c conda-forge ogh fiona ncurses libgdal gdal pygraphviz

Is this update really necessary?
Can we install the ogh libraries and include this as a utility?

@keckje
Copy link

keckje commented Oct 4, 2018

Thanks Tony, this is Jeff at UW

@Castronova
Copy link
Member

Can you briefly explain why these libraries are needed?

@jphuong
Copy link

jphuong commented Oct 5, 2018

@Castronova

Hi, Tony. OGH uses geopandas and shapely operations to control gridded cell and raster projections. We use them in our tutorials. I discovered that the hydroshare-jupyterhub python libraries have mismapped gdal and fiona versions, resulting in this known libgdal and libncurses error. It's an easy fix by simply updating conda and these libraries to install from conda-forge instead of pip or conda default. Hope that explains it.

@jphuong
Copy link

jphuong commented Oct 5, 2018

@Castronova

Ideally, these library updates should happen to the jupyterhub dockerfile image to resolve this mismapping issue, since this is a known and solved problem.

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

4 participants