-
Notifications
You must be signed in to change notification settings - Fork 35
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
ERROR: LoadError: InitError: could not load library "libproj.so" libcurl.so: version `CURL_4' not found #352
Comments
I have the same issue on archlinux (works on debian). I think it has to do with the version of libcurl which is installed or the way it is compiled. |
I had the same problem when I add NighttimeLights, and I reported to JuliaBinaryWrappers. |
Using a package with binaries provided by julia "solved" the issue for me, as mentioned in the archwiki : https://wiki.archlinux.org/title/Julia |
Thank you, I forgot to look up the archwiki. It should be look firstly. I use docker + remote container in vscode right now. |
THANK YOU - this fixed it for me |
Trying to run Circuitscape after update:
Getting an error:
No idea how to fix this... might be something to do with
PROJ_jll
, which was built with BinaryBuilder: https://github.com/JuliaBinaryWrappers/PROJ_jll.jl (?)The text was updated successfully, but these errors were encountered: