You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same error trying to package julia for Guix and in my case it is due to curl being compiled on guix without ssh support.
So I think in your case it is the same, some functionality that Downloads.jl expect is missing in your curl.
Seems like you are using a system libcurl that is too old. Possible solutions are: upgrade the system's libcurl or use a standard Julia build that includes the correct version of libcurl.
I am trying to install some packages in the cluster but I am getting an error. For example, installing
DataFrames
:I tried deleting
LD_LIBRARY_PATH
but the error persists. In the case ofDataFrames
the installation proceeds but in other cases I get errors such as:The text was updated successfully, but these errors were encountered: