You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation of a plugin appears to never finish (the blue loading element continues to move) due to the 'restart' informational pop-up. Tested in a fresh environment with pip install napari[all]. Originally mentioned in comment in napari/docs#541.
The users is not made aware that installation is complete, nor of this need to close the informational popup, and the only information is a 'alert sound' when trying to interact with napari.
I think the popup does not appear until plugin installation is complete, but this can be almost immediate for small libraries. Closing the popup immediately cause the GUI element to disappear and installation to appear complete
Edit: After Updating the plugin in #124, the GUI works as expected for updated plugins: Install completes and the GUI element stops. There is no informational popup for updates (I'm sure this makes sense from the code, but just sharing my experience).
THEN, after updating a plugin and trying to install a new plugin, the plugin manager DOES hang again, but there is never a popup, so napari remains in a completely frozen state. Trying to interact with napari suggests that it does want a popup to close, but there isn't one.
Force restarting napari did show that Affinder successfully installed, so again, its some post-install process causing napari to hang.
The text was updated successfully, but these errors were encountered:
TimMonko
changed the title
[Bug] Installation appears to hang due to informational popup
[Bug] Installation of a plugin appears to hang due to informational popup
Dec 30, 2024
Installation of a plugin appears to never finish (the blue loading element continues to move) due to the 'restart' informational pop-up. Tested in a fresh environment with
pip install napari[all]
. Originally mentioned in comment in napari/docs#541.The users is not made aware that installation is complete, nor of this need to close the informational popup, and the only information is a 'alert sound' when trying to interact with napari.
I think the popup does not appear until plugin installation is complete, but this can be almost immediate for small libraries. Closing the popup immediately cause the GUI element to disappear and installation to appear complete
Edit: After Updating the plugin in #124, the GUI works as expected for updated plugins: Install completes and the GUI element stops. There is no informational popup for updates (I'm sure this makes sense from the code, but just sharing my experience).
THEN, after updating a plugin and trying to install a new plugin, the plugin manager DOES hang again, but there is never a popup, so napari remains in a completely frozen state. Trying to interact with napari suggests that it does want a popup to close, but there isn't one.
Force restarting napari did show that Affinder successfully installed, so again, its some post-install process causing napari to hang.
The text was updated successfully, but these errors were encountered: