I have been able to install the new version successfully, but I'm not able to work with any IFCs with it. I'm neither able to import IFCs, not create IFC projects out of Archipack objects the normal way. Both processes throw errors (see below). I was using Blender 2.91.0 beta and wondered if it was a Blender issue that had been resolved in subsequent builds. I downloaded Blender 2.92.0 Beta and it's got the same issue.
P.S. I uninstalled BlenderBim completely (ensured the folder was no more in the add-ons folder), restarted Blender and reinstalled the add-on to no avail.
Error from trying to create IFCs from Archipack objects:
Python: Traceback (most recent call last):
File "C:\Users\ATTITA\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\archipack_20\archipack_io_export_ifc.py", line 2965, in execute
struct_man.create_ifc_structure(context)
File "C:\Users\ATTITA\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\archipack_20\archipack_io_export_ifc.py", line 2712, in create_ifc_structure
self.ifc_name(o, apk_cls, context_prefix)
File "C:\Users\ATTITA\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\archipack_20\archipack_io_export_ifc.py", line 2653, in ifc_name
self._add_predefined_type(o, PREDEFINED_TYPES[apk_cls])
File "C:\Users\ATTITA\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\archipack_20\archipack_io_export_ifc.py", line 2643, in _add_predefined_type
p = o.BIMObjectProperties.attributes.get("PredefinedType")
AttributeError: 'BIMObjectProperties' object has no attribute 'attributes'
location: <unknown location>:-1
Error from Importing IFCs:
Python: Traceback (most recent call last):
File "C:\Users\ATTITA\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blenderbim\bim\operator.py", line 165, in execute
ifc_importer.execute()
File "C:\Users\ATTITA\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blenderbim\bim\import_ifc.py", line 323, in execute
self.load_existing_rooted_elements()
File "C:\Users\ATTITA\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blenderbim\bim\import_ifc.py", line 1080, in load_existing_rooted_elements
self.existing_elements[self.file.by_id(obj.BIMObjectProperties.ifc_definition_id).GlobalId] = obj
AttributeError: 'NoneType' object has no attribute 'by_id'
location: <unknown location>:-1