-
Notifications
You must be signed in to change notification settings - Fork 28
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
fail to precompile / install on jupyterhub #1095
Comments
I tried a couple more things with this
which follows directions from the This errors as which I think indicates that |
Hi, First I thought Ui, can't help. Know nothing about containers but than I saw that infamous EDIT: Or install GMT independently in the container so to avoid the automatic installation done via Conda (this is the one that uses a GMT GCC12 build) |
Thanks for getting back so quickly!
You likely use containers for your CI on github and various other things like binder or jupyterlab. I am no expert either but it's really useful to learn basics imho. In case that's of interest, we made this video as prep for the JuliaEO workshop.
Too bad. I was just taking a look in context of a workshop taking place next week where we are using Docker & 1.8.3 -- https://aircentre.github.io/JuliaEO/
This failed for me too though. See #1095 (comment) |
A quick answer to this. Those VMs are often based on Ubuntu and this distro is, by default, incredibly dumb on providing updated versions. The GMT site has info on how to install/build GMT |
Another possibility. The CI tests always build GMT from source. Could chunks of that GH-Action be extracted into your build env? |
Could work. Thanks for the pointers |
GMT_jll artifact is now used, so these problems should have gone. |
I have been trying to use
GMT.jl
within a containerized environment but get the error below.To reproduce this error :
docker run -p 8888:8888 jupyter/datascience-notebook:latest
using GMT
...
The text was updated successfully, but these errors were encountered: