Installing a library never finishes if a board is connected

Hello,

Noticed if I have a board connected, and I go to the Library section and install a new board, the installation never finishes. It just has "installing library" pop up and never stops showing it. If you remove the connected board, or you don't have a board connected, then the library installs as normal and the pop up dissappears

2 Likes

Recently I have had a few times, where I try to update a library and
it says it downloaded and is installing and minutes go by and it does not
go away. I usually end up either kill the window and restart the IDE or at times
I can get away with opening up another window and do stuff like compile, but
often feels like maybe going in slow motion.

Not sure, maybe I was in the same state as you with board connected. I will check that if I run into this issue again.

It seems related to: After upgrading to v2.3.3 stuck downloading index - #17 by leo_meyer

Your workaround seems to be also good for this use case... can be normal as it can try to download data before compiling :frowning:

Hi @jotk.

It was found that Arduino IDE 2.3.3 has a bug that causes index downloads and installation/updates of boards platforms libraries to hang when Serial Monitor is open.

If you encounter these problems again, the workaround is to close the Serial Monitor view until the process is finished. After that, you can open Serial Monitor again.

The Serial Monitor view is a tab in the bottom panel of the Arduino IDE window, so you might not even notice when you have it open. You can close it by clicking the X icon on the tab:


The Arduino developers are tracking the bug here:

If you have a GitHub account, you can subscribe to that thread to get notifications of any new developments related to this subject:


:exclamation: Please only comment on the GitHub issue thread if you have new technical information that will assist with the resolution. General discussion and support requests are always welcome here on the Arduino Forum.


1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.