Skip to content

issue installing rustup 1.3 with m1 osx 13 #3120

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

Closed
AvidDabbler opened this issue Dec 5, 2022 · 5 comments
Closed

issue installing rustup 1.3 with m1 osx 13 #3120

AvidDabbler opened this issue Dec 5, 2022 · 5 comments
Labels

Comments

@AvidDabbler
Copy link

Problem

I have searched open and closed issues and pull requests for duplicates, using these search terms:
1.3
tlsv1.3
tls
install
I have checked the latest main branch to see if this has already been fixed, in this file:
yes. I have looked here

URL to the section(s) of the book with this problem:

install script issue - https://github.com/rust-lang/book/blob/main/src/ch01-01-installation.md#installing-rustup-on-linux-or-macos

Description of the problem:

OS: OSX 13
Computer: MBP 2021 M1
Issue:
I just started the install for Rust and when I use 1.3 it produces are curl error. I tried updating curl with homebrew, but same result happened.

error:

curl: (4) A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.

Steps

  1. on mac osx 13 m1 run curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh in terminal

Possible Solution(s)

No response

Notes

No response

Rustup version

curl: (4) A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.

Installed toolchains

na - have not installed rustup yet
@AvidDabbler AvidDabbler added the bug label Dec 5, 2022
@delsauce
Copy link

delsauce commented Dec 8, 2022

I ran into this issue as well. The install does proceed successfully with --tlsv1.2.. Also running Mac OSX 13 on a Mini, M1 2020 version.

@sanmai-NL
Copy link

What version of curl are you using? You'd better upgrade to a secure version. See: https://everything.curl.dev/get/macos.

Just as with outdated versions of Bash or Python coming with macOS, you may need to update those tools.

@allthingsgo

This comment was marked as off-topic.

@sanmai-NL
Copy link

That is not relevant for this issue, and is not an issue but a question. Please ask this on Rustup community fora.

@rami3l
Copy link
Member

rami3l commented Jun 9, 2024

Closed by rust-lang/book#3469.

@rami3l rami3l closed this as completed Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants