Traceback (most recent call last):
File "C:\Program Files (x86)\Blender_Launcher_v1.14.1_Windows_x64\stable\blender-3.6.4+stable.21bfc5e7fe3f\3.6\scripts\modules\addon_utils.py", line 333, in enable
mod = import(module_name)
File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\PosePipe-main__init__.py", line 30, in
from PosePipe.core.Setups import *
ModuleNotFoundError: No module named 'PosePipe'
Heres the error in the Info Log:
Traceback (most recent call last): File "C:\Program Files (x86)\Blender_Launcher_v1.14.1_Windows_x64\stable\blender-3.6.4+stable.21bfc5e7fe3f\3.6\scripts\modules\addon_utils.py", line 333, in enable mod = import(module_name) File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\PosePipe-main__init__.py", line 30, in
from PosePipe.core.Setups import *
ModuleNotFoundError: No module named 'PosePipe'