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

Install Error on MacBook (IDFGH-14087) #14901

Open
3 tasks done
latheefth opened this issue Nov 16, 2024 · 1 comment
Open
3 tasks done

Install Error on MacBook (IDFGH-14087) #14901

latheefth opened this issue Nov 16, 2024 · 1 comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@latheefth
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.4-dev-4291-g7a305c0284

Operating System used.

macOS

How did you build your project?

Command line with Make

If you are using Windows, please specify command line type.

None

What is the expected behavior?

I am new to ESP and trying to install the IDF to start working on it.
I cloned git clone --recursive https://github.com/espressif/esp-idf.git
and then ./install.sh esp32 but get the below error.
Error --> ERROR: Failed to download, and retry count has expired
image

What is the actual behavior?

To be able to use IDF

Steps to reproduce.

I cloned git clone --recursive https://github.com/espressif/esp-idf.git
and then ./install.sh esp32 but get the below error.
Error --> ERROR: Failed to download, and retry count has expired

Build or installation Logs.

latheefth@Abduls-MBP esp-idf % ./install.sh esp32
Detecting the Python interpreter
Checking "python3" ...
Python 3.13.0
"python3" has been detected
Checking Python compatibility
Installing ESP-IDF tools
Selected targets are: esp32c2, esp32s3, esp32c6, esp32p4, esp32c3, esp32, esp32s2, esp32c5, esp32h2, esp32c61
Current system platform: macos
Installing tools: xtensa-esp-elf-gdb, riscv32-esp-elf-gdb, xtensa-esp-elf, riscv32-esp-elf, esp32ulp-elf, openocd-esp32, esp-rom-elfs
Skipping [email protected]_20240403 (already installed)
Skipping [email protected]_20240403 (already installed)
Installing [email protected]_20240906
Using GitHub assets mirror for URL: https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz => https://dl.espressif.com/github_assets/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz
Downloading https://dl.espressif.com/github_assets/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz
Destination: /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp
98%WARNING: file size mismatch for /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp, expected 182793460, got 180173727
WARNING: Download failure: <urlopen error retrieval incomplete: got only 180173727 out of 182793460 bytes>
WARNING: Failed to download https://dl.espressif.com/github_assets/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz to /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp
Downloading https://dl.espressif.com/github_assets/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz
Destination: /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp
98%WARNING: file size mismatch for /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp, expected 182793460, got 180224867
WARNING: Download failure: <urlopen error retrieval incomplete: got only 180224867 out of 182793460 bytes>
WARNING: Failed to download https://dl.espressif.com/github_assets/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz to /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp
Downloading https://dl.espressif.com/github_assets/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz
Destination: /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp
97%WARNING: file size mismatch for /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp, expected 182793460, got 178382928
WARNING: Download failure: <urlopen error retrieval incomplete: got only 178382928 out of 182793460 bytes>
WARNING: Failed to download https://dl.espressif.com/github_assets/espressif/crosstool-NG/releases/download/esp-14.2.0_20240906/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz to /Users/latheefth/.espressif/dist/xtensa-esp-elf-14.2.0_20240906-x86_64-apple-darwin.tar.xz.tmp
ERROR: Failed to download, and retry count has expired
Please make sure you have a working Internet connection.

More Information.

No response

@latheefth latheefth added the Type: Bug bugs in IDF label Nov 16, 2024
@github-actions github-actions bot changed the title Install Error on MacBook Install Error on MacBook (IDFGH-14087) Nov 16, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Nov 16, 2024
@latheefth
Copy link
Author

I have Sonoma os installed on Mac pro15 using open core patcher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

2 participants