-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Libcurl errors with download() #33950
Comments
Does curl -s -S -g -L -f -o gr-0.44.0-ArchLinux-x86_64.tar.gz http://github.com/sciapp/gr/releases/download/v0.44.0/gr-0.44.0-ArchLinux-x86_64.tar.gz work if you run it in your terminal? Or run(`curl -s -S -g -L -f -o gr-0.44.0-ArchLinux-x86_64.tar.gz http://github.com/sciapp/gr/releases/download/v0.44.0/gr-0.44.0-ArchLinux-x86_64.tar.gz`) in Julia? |
I think the system curl always worked fine. And |
Closing as not reproducible, then. |
This occurs when the bash PATH or environment is somehow broken, as was happening for me when using julia in tmux. It works fine without tmux. I can reliably produce that now, but it's a large surface area to work out exactly what is broken, besides the terminal environment somehow affects finding libcurl.so |
Yes, on Linux we require on the Eventually it would be good to eliminate this dependency (#27043). |
Using the
download
method is broken for me in julia 1.2 on arch linux, using the julia download provided by julialang.org. Basically any command that callsdownload
fails, here the Pkg.build for GR:The text was updated successfully, but these errors were encountered: