Whenever I try to enable the addon Blender freezes for a bit. Then it shows this
Traceback (most recent call last):
File "(path-to)\Blender\3.4\scripts\modules\addon_utils.py", line 333, in enable
mod = import(module_name)
File (path-to)\Blender\3.4\scripts\addons\fast_pbr_viewport_render_init_.py", line 129, in
import imgui
ModuleNotFoundError: No module named 'imgui'
I tried opening a Windows terminal and running
pip install imgui[full]
Still no luck activating it.