-
Notifications
You must be signed in to change notification settings - Fork 3
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
Problem with contourpy package #6
Comments
I confirm this issue. I think this is this issue: Simply removing the file /opt/julia-1.8.3/bin/../lib/julia/libstdc++.so.6 worked for me to force loading the system libstdc++.so (used by python and which is newer that the julia libstdc++.so). This will be the default for the upcoming version 1.9 of julia: https://github.com/JuliaLang/julia/blob/master/HISTORY.md#external-dependencies I will make a new docker image with the /opt/julia-1.8.3/bin/../lib/julia/libstdc++.so.6 removed. To reproduce the issue quickly: using PyPlot; contourf(randn(10,10)) |
Does it work for you now with |
I added a line removing /opt/julia-1.8.3/bin/../lib/julia/libstdc++.so.6 as you said in my local dockerfile of divand. It's working !! Thank you ! |
Hello Marie, julia> filename = download("https://dox.ulg.ac.be/index.php/s/Px6r7MPlpXAePB2/download"); @show(filename);
filename = "/tmp/jl_iTkDKbOvWV" but maybe on Galaxy, it is not possible to write files in |
To debug this, one can use the julia function |
Hi @Alexander-Barth and @ctroupin,
It's me again, I got the tool running on a local galaxy and now I'm trying to run the entire notebook "90-full-analysis.ipynb" to be sure that everything is in order and to finalize the docker image (still some small modifications to be made after some testing).
At the step "2.1 Choice of bathymetry" when I try to run the figure just below I get the following error :
Did you already have that ? Any idea of where it could be coming from ?
The text was updated successfully, but these errors were encountered: