Error installing 2.5.8 with Arduino CLI - can't find dependencies #623
Replies: 5 comments 2 replies
-
OH god fucking damnit |
Beta Was this translation helpful? Give feedback.
-
Let's see if 2.5.9 is viable... that's 9 emergency releases since 2.5.0 |
Beta Was this translation helpful? Give feedback.
-
Fix is in board manager. |
Beta Was this translation helpful? Give feedback.
-
Hi @SpenceKonde, seems like the Arduino IDE is still throwing this error:
I think this is because it's still trying to parse the bad 2.5.8 entry. When you have a chance, no rush, since this isn't a functional issue, but could you update the index file with the correct packager for that entry? I don't think this needs a new release at all, just an edit to index file. |
Beta Was this translation helpful? Give feedback.
-
See my releasescripts repo issue#37, we are trying to come up with a
solution that minimizes breakage.
…____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore: Arduino support for almost every ATTiny microcontroller
Contact: ***@***.***
On Sat, Jan 22, 2022, 14:24 George White ***@***.***> wrote:
Hi @SpenceKonde <https://github.com/SpenceKonde>, seems like the Arduino
IDE is still throwing this error:
Index error: could not find referenced tool name=avrdude version=6.3.0-arduino17or18 packager=arduino
I think this is because it's still trying to parse the bad 2.5.8 entry.
When you have a chance, no rush, since this isn't a functional issue, but
could you update the index file with the correct packager for that entry?
—
Reply to this email directly, view it on GitHub
<#623 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEW7AY3OY3WRV54NCTUDUXMAAJANCNFSM5MLBE64A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
HI @SpenceKonde, I use the Arduino CLI in addition to the IDE. I realize
arduino-cli
may not be a common target, but I wanted to let you know about an issue that I've seen trying to update to 2.5.Normally, to update a core in Arduino CLI, you'd do something like this:
These commands pull the latest board manager updates, then applies them. Pretty simple. With 2.5.8, the following error is coming up:
I've run into this on both MacOS and Raspberry Pi OS (Linux/ARM). I worked around it on MacOS by installing the update via Arduino IDE.
Addendum: As I was writing this, I noticed that after install 2.5.8 via the Arduino IDE, it's showing what looks like a related error:
Beta Was this translation helpful? Give feedback.
All reactions