JuliaLang / juliaup

Julia installer and version multiplexer
MIT License
931 stars 81 forks source link

`curl_easy_setopt: 4` when using Pkg due to old libcurl version #936

Closed alex180500 closed 1 month ago

alex180500 commented 1 month ago

In windows with a fresh install of juliaup with Julia 1.10.3 when using any command in the Pkg REPL gives out this message:

┌ Error: curl_easy_setopt: 4
└ @ Downloads.Curl C:\Users\aless\.julia\juliaup\julia-1.10.3+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Downloads\src\Curl\utils.jl:50

Everything is working correctly but there is this error continuously

alex180500 commented 1 month ago

Sorry maybe this is more of a problem of the Downloads.jl package. I reposted here: https://github.com/JuliaLang/Downloads.jl/issues/244

alex180500 commented 1 month ago

I think now that this is related to the version of libcurl included in julia-1.10.3+0.x64.w64.mingw32\bin\libcurl-4.dll

KristofferC commented 1 month ago

What makes you say that?

StefanKarpinski commented 1 month ago

Can we have the conversation in one place?