-
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
Precompiling error on Julia 1.8.5 on Ubuntu 22.04 #1113
Comments
Hi, I'm sorry about this but I don't even understand what causes the error. Specially when you say that outside Julia GMT works fine. Can you please do this experiment. If you hide GMT from Julia (that is, not having it in the system path) then the first time you do |
So I updated my WSL Linux to 22.04 and I'm now screwed as well (same error). But this made me finally see the problem. It's Julia again and it's dependencies. Note that what it complains is about
and not the system Previous experiences of me reporting Julia conflicts were not completely satisfactory. Would you mind being you bringing this issue in Julia forum or opening an issue there? |
You know what worked? Moving Julia's libcurl's out of the way. But I don't know what are the consequences of this for other Julia processes.
|
@joa-quim thank you so much for answering so soon. I removed the Under these conditions, in which there is not a gmt on the system, GMT.jl works without problems. ¡Pura vida! |
Glad that you made it work and good to know that the GMT Conda build is still not vulnerable to this problem but I'm afraid that it's just a question of time until it starts being linked against a |
I am going to open an issue in Julia. I hope it helps to find a solution. If I can help with something else please let me know. I am not an experienced user but, I can learn and try to contribute. Thank you! NOTE: I already open an issue in Julia |
Thanks, for that. But as you can see it there this seems out of our hands. Julia and some(?) Linux package managers do not agree on what a libcurl should be. |
Yes, I understand that is not easy to solve it. I am fan of gmt and Julia and, I hope this not avoid to use GMT.jl on next Ubuntu or Arch versions. Thank you for all! |
These troubles should all have gone, right? |
I'm still having these troubles. |
Can you please give more info. OS and error messages? |
Preferably do not use screen-captures. Copy past the text messages (wrapped in triple back-ticks) makes them much more readable. This is a different issue from the original post and not a GMT.jl issue. It's a problem raised bu |
Hi,
I have build GMT 6.4.0 from the latest stable release, and outside Julia
gmt
run without problems.However, in a fresh installation of Julia 1.8.5 on Ubuntu 22.04, GMT cannot by installed by
add GMT
because it fails at precompiling.If I try to load GMT in Julia by
using GMT
I got this error:The output of the Julia
versioninfo()
is:I think it is the same issue of #1052, but I would like to ask if you known about a temporary solution to work with GMT.jl?
Any insights will be appreciated.
Cheers,
The text was updated successfully, but these errors were encountered: