Skip to content

Archipack PRO 2.8.4 installation - Blender 5.0.1 #443

Description

@suelambot

Hi,

I'm trying to install Archipack on a fresh Blender 5.0.1 installation on a linux machine but it's failing with the following error messages:

At installation:

CAD Transform not found, fallback to blender's native snap
TypeError: update keyword: expected a function taking 2 arguments, not 4
Archipack PRO 2.8.4 register() error material
bpy_struct "archipack_material" registration error: 'material' EnumProperty could not register (see previous error)
Exception in module register(): /home/user/.config/blender/5.0/scripts/addons/archipack_20/__init__.py
Traceback (most recent call last):
  File "/usr/share/blender/5.0/scripts/modules/addon_utils.py", line 515, in enable
    mod.register()
    ~~~~~~~~~~~~^^
  File "/home/user/.config/blender/5.0/scripts/addons/archipack_20/__init__.py", line 1582, in register
    module.register()
    ~~~~~~~~~~~~~~~^^
  File "/home/user/.config/blender/5.0/scripts/addons/archipack_20/archipack_material.py", line 1449, in register
    bpy.utils.register_class(archipack_material)
    ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
ValueError: bpy_struct "archipack_material" registration error: 'material' EnumProperty could not register (see previous error)
Error: bpy_struct "archipack_material" registration error: 'material' EnumProperty could not register (see previous error)
Traceback (most recent call last):
  File "/usr/share/blender/5.0/scripts/addons_core/bl_pkg/bl_extension_ops.py", line 1502, in execute
    cmd_batch = self.exec_command_iter(is_modal)
  File "/usr/share/blender/5.0/scripts/addons_core/bl_pkg/bl_extension_ops.py", line 2593, in exec_command_iter
    self.exec_legacy(source_filepath)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/share/blender/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 "/usr/share/blender/5.0/scripts/startup/bl_operators/userpref.py", line 830, in execute
    bpy.ops.preferences.addon_enable(module=mod.__name__)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/blender/5.0/scripts/modules/bpy/ops.py", line 109, in __call__
    ret = _op_call(self.idname_py(), kw)
RuntimeError: Error: bpy_struct "archipack_material" registration error: 'material' EnumProperty could not register (see previous error)

00:24.036  bpy.rna          | ERROR Python script error in EXTENSIONS_OT_package_install_files.execute

after installation, if i try to activate the plugin:

CAD Transform not found, fallback to blender's native snap
Exception in module register(): /home/user/.config/blender/5.0/scripts/addons/archipack_20/__init__.py
Traceback (most recent call last):
  File "/usr/share/blender/5.0/scripts/modules/addon_utils.py", line 515, in enable
    mod.register()
    ~~~~~~~~~~~~^^
  File "/home/user/.config/blender/5.0/scripts/addons/archipack_20/__init__.py", line 1574, in register
    addon_updater_ops.register(bl_info)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/user/.config/blender/5.0/scripts/addons/archipack_20/addon_updater_ops.py", line 1208, in register
    bpy.utils.register_class(cls)
    ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
ValueError: register_class(...): already registered as a subclass 'ARCHIPACK_OT_updater_install_popup'

Am i doing something wrong or are there still compatibility issues with blender 5 ?

Many thanks,

Sue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions