Skip to content

Phobos fails to enable on Blender 5.0 (Windows 11) #402

Description

@uvinay987

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:

  1. Download phobos.zip from the latest GitHub release.
  2. Open Blender 5.0 on Windows 11.
  3. Go to Edit → Preferences → Add-ons → Install from Disk and select phobos.zip.
  4. Enable the Phobos addon — wait for the "requirements installed" popup, then restart Blender as instructed.
  5. After restart, attempt to enable Phobos again from the Add-ons list.
  6. 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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions