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

Update Binder's core Conda to fix libicui18n.so.56 issue? #9

Open
rsignell-usgs opened this issue Nov 10, 2016 · 2 comments
Open

Update Binder's core Conda to fix libicui18n.so.56 issue? #9

rsignell-usgs opened this issue Nov 10, 2016 · 2 comments

Comments

@rsignell-usgs
Copy link

Our repo that used to work find on Binder:
https://github.com/ioos/notebooks_demos
now has a library incompatibility issue that indicates that Binder's core conda needs to be update.

binder-project/binder#86

---> 20 from lxml import etree
     21 from owslib import fes
     22 from owslib.ows import ExceptionReport

ImportError: libicui18n.so.56: cannot open shared object file: No such file or directory
@jlstevens
Copy link

Just to say that I encountered an identical sounding issue on one of my projects and fixed it by pinning the lxml version:

- lxml==3.6.0

Maybe that will help you too!

@pwolfram
Copy link

This helped me, thank you @jlstevens!

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

3 participants