We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to macOS 12 Monterey, when I run Julia (1.7 or 1.6) and do Pkg.update(), I get the following error:
julia> Pkg.update() Updating registry at `~/.julia/registries/General.toml` ┌ Error: curl_easy_setopt: 48 └ @ Downloads.Curl /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.7/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.7/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.7/Downloads/src/Curl/utils.jl:36 No Changes to `~/.julia/environments/v1.7/Project.toml` No Changes to `~/.julia/environments/v1.7/Manifest.toml`
versioninfo():
julia> versioninfo() Julia Version 1.7.0-rc2 Commit f23fc0d27a (2021-10-20 12:45 UTC) Platform Info: OS: macOS (x86_64-apple-darwin19.5.0) CPU: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake) Environment: JULIA_NUM_THREADS = 4
The text was updated successfully, but these errors were encountered:
See JuliaLang/Downloads.jl#149 and seems to be fixed in #42721 maybe just wait for the backport
Sorry, something went wrong.
No branches or pull requests
After upgrading to macOS 12 Monterey, when I run Julia (1.7 or 1.6) and do Pkg.update(), I get the following error:
versioninfo():
The text was updated successfully, but these errors were encountered: