The loading spinner used in both forge logic in some plugins and internally in manage_plugins.py is the issue here.
Please see:
https://docs.python.org/2/library/multiprocessing.html#multiprocessing-programming

Offending line:
|
spinner_process = Process(target=self.show_spinner) |
The loading spinner used in both forge logic in some plugins and internally in
manage_plugins.pyis the issue here.Please see:
https://docs.python.org/2/library/multiprocessing.html#multiprocessing-programming
Offending line:
forge/forge/_internal_plugins/manage_plugins/manage_plugins_logic/manage_plugins.py
Line 27 in 1703c8a