Describe the bug
Phobos v2.0.2 installs successfully (dependencies are downloaded) but fails to enable after restarting Blender 5.0 on Windows 11. The addon appears in the add-ons list but cannot be activated.
Terminal output on first install (via in-built Blender Console):
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 1502, in execute
cmd_batch = self.exec_command_iter(is_modal)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2593, in exec_command_iter
self.exec_legacy(source_filepath)
File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2726, in exec_legacy
bpy.types.PREFERENCES_OT_addon_install.execute(self, bpy.context)
File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\startup\bl_operators\userpref.py", line 830, in execute
bpy.ops.preferences.addon_enable(module=mod.__name__)
File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: All Phobos requirements have been installed.
Please restart Blender to activate the Phobos add-on!
To Reproduce
Steps to reproduce the behavior:
- Download
phobos.zip from the latest GitHub release.
- Open Blender 5.0 on Windows 11.
- Go to Edit → Preferences → Add-ons → Install from Disk and select
phobos.zip.
- Enable the Phobos addon — wait for the "requirements installed" popup, then restart Blender as instructed.
- After restart, attempt to enable Phobos again from the Add-ons list.
- See error that the addon fails to enable (checkbox does not stay checked, no UI panel appears).
Expected behavior
Phobos should enable successfully after the dependency install + restart cycle, and the Phobos panel should appear in the 3D Viewport sidebar.
Screenshots
Desktop (please complete the following information):
- OS: Windows 11
- Blender version: 5.0.1
- debugging output (
setup.py --info): N/A (addon installed via zip, not via setup.py).
Please let me know if I missed anything
Describe the bug
Phobos v2.0.2 installs successfully (dependencies are downloaded) but fails to enable after restarting Blender 5.0 on Windows 11. The addon appears in the add-ons list but cannot be activated.
Terminal output on first install (via in-built Blender Console):
To Reproduce
Steps to reproduce the behavior:
phobos.zipfrom the latest GitHub release.phobos.zip.Expected behavior
Phobos should enable successfully after the dependency install + restart cycle, and the Phobos panel should appear in the 3D Viewport sidebar.
Screenshots
Desktop (please complete the following information):
setup.py --info): N/A (addon installed via zip, not viasetup.py).Please let me know if I missed anything