I have IDE 1.8.19 and 2.02 installed at the same time. I have included https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
in the preferences "additional boards manager URLs" but I can not reach the install button for in the boards tab in 2.02. But I could install it in 1.8.19 and it then appeared in IDE 2.02 after a restart.
Why can't is see the install button on IDE2.02?
Thanks
Bruce
I don't use the board but I added your github link to the additional board URLs. After clicking OK,
I noticed that the IDE downloaded the index files for both additional board packages (right bottom notifications).
Next I open library manager and filtered for "phil"
I did not try to install it as I don't have a need.
I see the same thing but I can not reach the install button on the display. Install in 1.8.19 and shows up in 2.02 but I can not install directly in 2.02. I think it the size of the comments from the link.
Burce
Did the same as @sterretje , did not install, but checked if I could.
The install button does show if the screen is large enough to accommodate the unusually long description list. If I make screen smaller (height) till the button disappears then it can not be reached with the slider. I can, however, make the boards panel wider, again showing the button.
Not entirely ideal.
Hi @bvernham
This bug is tracked by the Arduino IDE developers here:
opened 05:44AM - 28 Oct 22 UTC
closed 03:17PM - 15 Mar 23 UTC
conclusion: resolved
topic: code
type: imperfection
### Describe the problem
The Arduino IDE Library Manager is used to install/u… pdate/uninstall any of thousands of libraries. Each entry includes an "**INSTALL**" button used to install the version selected from the version menu.
This view is located in the left side panel, the width of which is adjustable.
🐛 When the panel is sized to the minimum width, the "**INSTALL**" button of certain entries is either clipped or completely hidden by the bottom border of the entry.
### To reproduce
1. Maximize the IDE window.
**ⓘ** See the information under the "Additional context" section to learn about the relation of the problem to window dimensions.
1. Open the "**Library Manager**" view.
1. In the "**Filter your search...**" field, type `tensorflow`
1. Hover the mouse pointer over the right border of the left side panel.
1. Click and drag leftward to resize the panel to the minimum width.
🐛 The "**INSTALL**" button and even version menu of certain entries is either clipped or completely hidden by the bottom border of the entry.


### Expected behavior
The "**INSTALL**" button is always completely visible on the Library Manager entries.
### Arduino IDE version
2.0.1
### Operating system
- Windows
- Linux
### Operating system version
- Windows 10
- Ubuntu 20.04
### Additional context
I find that the problem is dependent on window dimensions/scaling. The problem occurs at the default 100% scale on my 1920x1200 display with the window maximized. On my 1366x768 display, the problem only occurs at scaling values of 60% and lower with the window maximized. With smaller window dimensions, I also must use smaller scaling values in order to produce the problem.
---
The same issue also occurs in a search for `irremote` or `sigfox`.
---
Related:
- https://github.com/arduino/arduino-ide/issues/1403
- https://github.com/arduino/arduino-ide/pull/1568
---
Additional reports:
- https://forum.arduino.cc/t/cant-install-boards-in-arduino-ide-2-0-3-no-install-button/1091088
- https://forum.arduino.cc/t/library-manager-panel-bug/1032762/4
- https://forum.arduino.cc/t/arduino-ide-2-unable-to-install-esp8266-board-definitions/1087325
- https://forum.arduino.cc/t/2-0-3-boards-manager-text-size-wonkiness/1064836
- https://forum.arduino.cc/t/cant-install-rp2040-boards/1059783/1
- https://forum.arduino.cc/t/cant-install-rp2040-boards/1059783/4
- https://github.com/arduino/arduino-ide/issues/1713
- https://github.com/arduino/arduino-ide/issues/1698
- https://forum.arduino.cc/t/esptool-exe-quarantined/1095560/4
---
#### Workaround
1. Open the Boards Manager or Library Manager view if it is not already open.
1. Hover your mouse pointer over the right border of the Boards/Library Manager view until the pointer changes to the horizontal resize double arrow.
1. Click and drag the mouse pointer to the right to make the Boards/Library Manager view wider.
After doing that, you should see the **INSTALL** button.
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
- [X] My report contains all necessary details
I'll share the workaround to this bug:
Open the Boards Manager view if it is not already open.
Hover your mouse pointer over the right border of the Boards Manager view until the pointer changes to the horizontal resize double arrow.
Click and drag the mouse pointer to the right to make the Boards Manager view wider.
After doing that, you should see the INSTALL button.
1 Like
Yep that work around worked. I could see the RP2020 board installed version (installed from 1.8.19).
1 Like
system
Closed
May 30, 2023, 6:44pm
7
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.