Skip to content
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

What should a naive user of Julia 1.6.3 under macOS 12.0.1 do to fix curl_easy_setopt error? #42993

Closed
murrayE opened this issue Nov 7, 2021 · 4 comments

Comments

@murrayE
Copy link

murrayE commented Nov 7, 2021

I'm just a naive beginning Julia user, not a developer of the Julia language. When trying to update Julia packages with Julia 1.6.3 under macOS 12.0.1 (Monterey), I'm getting error:

    (@v1.6) pkg> up
        Updating registry at `~/.julia/registries/JuliaComputingRegistry`
    ┌ Error: curl_easy_setopt: 48
    └ @ Downloads.Curl /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36
    ┌ Error: curl_easy_setopt: 48
    └ @ Downloads.Curl /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36
    ┌ Error: curl_easy_setopt: 48
    └ @ Downloads.Curl /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36
      No Changes to `~/.julia/environments/v1.6/Project.toml`
      No Changes to `~/.julia/environments/v1.6/Manifest.toml`

What should I do to fix this?

@fredrikekre
Copy link
Member

Duplicate of #42814, JuliaLang/Downloads.jl#149 etc. Should be fixed on master and the fix is coming to 1.6.4 and 1.7.0.

@murrayE
Copy link
Author

murrayE commented Nov 7, 2021 via email

@fredrikekre
Copy link
Member

@staticfloat did you ever find a workaround for this?

@KristofferC
Copy link
Member

You could maybe use Julia 1.5 until the new 1.6 is out (we should prioritize getting that out) from https://julialang.org/downloads/oldreleases/. Alternatively, you can download the latest 1.6 that will be somehwat similar to 1.6.4 from https://s3.amazonaws.com/julialangnightlies/assert_pretesting/mac/x64/1.6/julia-cacca70b31-mac64.dmg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants