-
Notifications
You must be signed in to change notification settings - Fork 41
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
Make xdem compatible for Binder #312
Conversation
Commit 5ab5f06 causes Python version 3.7.12 to be installed. Binder logs say it's because this is required by xdem... 🤔 |
Looks good! |
Happy that my routine in All tests passing after merging with main, looks ready to merge! |
To address #296
This PR:
pip install -e .
to install xdemimport cv2
raises error "ImportError: libGL.so.1: cannot open shared object file: No such file or directory"environment.yml
file in the root directory, so I had to create a symlink to that in the binder folder. Don't know if that's a good idea, or if we should duplicate the file and add a test to check that it is updated at the same time as the main environment.yml.The binder can be tested at https://mybinder.org/v2/gh/adehecq/xdem/binder.