-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Error during install: Error downloading tool esp32:openocd-esp32@v0.11.0-esp32-20221026: no versions available for the current OS #2353
Comments
🤔 That usually happens when there aren't any tools available that match your host architecture. |
Hi, I have the same problem, here's my output for uname -r: Thank you! |
@expert-amateur my bad, I've noticed that I typed the wrong flag 🤦. Could you run |
Same here:
I'm running Ubuntu Jammy Jellyfish on a intel i7 laptop. |
This is my result for Linux Legion 6.2.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 6 10:23:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux I think this is the issue when, trying to install arduino-cli from the snap. I got the issue rectified after following the official documentation for installing |
same here, I used the snap and got exactly the same error...using the prebuild binary worked fine :)
|
There are some problems with snap installation. I think the problem lies on the The cli installed with snap does not use normal |
Describe the problem
I was trying to install
esp32
board to my machine using thearduino-cli
and this was the result$ arduino-cli core install esp32:esp32 Downloading packages... esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0 esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0 already downloaded esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0 esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0 already downloaded esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0 esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0 already downloaded esp32:xtensa-esp-elf-gdb@11.2_20220823 esp32:xtensa-esp-elf-gdb@11.2_20220823 already downloaded esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0 esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0 already downloaded esp32:riscv32-esp-elf-gdb@11.2_20220823 esp32:riscv32-esp-elf-gdb@11.2_20220823 already downloaded Error during install: Error downloading tool esp32:openocd-esp32@v0.11.0-esp32-20221026: no versions available for the current OS, try contacting hristo@espressif.com
To reproduce
arduino-cli
arduino-cli core install esp32:esp32
Expected behavior
The expected behavior is the cli tool to properly installed the requested board.
Arduino CLI version
Version: 0.34.1 Commit: 048415c Date: 2023-08-31T11:46:44Z
Operating system
Linux
Operating system version
22.04.3 LTS (Jammy Jellyfish)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: