Help with the Blender connector not working?

This is the error I am faced with when trying to activate the Speckle pulgin in Blender? It also is not working from Revit. Any help would be appreciated

  File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\addon_utils.py", line 364, in enable
    mod = importlib.import_module(module_name)
  File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\python\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\JoshHoffman\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\bpy_speckle\__init__.py", line 4, in <module>
    ensure_dependencies(f"Blender {bpy.app.version[0]}.{bpy.app.version[1]}")
  File "C:\Users\JoshHoffman\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\bpy_speckle\installer.py", line 223, in ensure_dependencies
    _import_dependencies()
  File "C:\Users\JoshHoffman\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\bpy_speckle\installer.py", line 204, in _import_dependencies
    import_module("specklepy")
  File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\python\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\JoshHoffman\AppData\Roaming\Speckle\connector_installations\Blender 4.0\specklepy\__init__.py", line 1, in <module>
    from specklepy import objects
  File "C:\Users\JoshHoffman\AppData\Roaming\Speckle\connector_installations\Blender 4.0\specklepy\objects\__init__.py", line 3, in <module>
    from specklepy.objects import (
  File "C:\Users\JoshHoffman\AppData\Roaming\Speckle\connector_installations\Blender 4.0\specklepy\objects\GIS\__init__.py", line 11, in <module>
    from specklepy.objects.GIS.layers import RasterLayer, VectorLayer
  File "C:\Users\JoshHoffman\AppData\Roaming\Speckle\connector_installations\Blender 4.0\specklepy\objects\GIS\layers.py", line 3, in <module>
    from deprecated import deprecated
  File "C:\Users\JoshHoffman\AppData\Roaming\Speckle\connector_installations\Blender 4.0\deprecated\__init__.py", line 15, in <module>
    from deprecated.classic import deprecated
  File "C:\Users\JoshHoffman\AppData\Roaming\Speckle\connector_installations\Blender 4.0\deprecated\classic.py", line 35, in <module>
    class ClassicAdapter(wrapt.AdapterFactory):
AttributeError: module 'wrapt' has no attribute 'AdapterFactory'```

Hi @Joshua_Hoffman

Do you have any other third part blender plugins installed?
When we see dependency related issues, normally it is caused by a conflicting plugin.

Please try disabling all other third party addons except Speckle and see if that works?

Also, please could you share a list with me of all the Blender addons you have installed (Preferences → Addons)

1 Like

Hey!

Sorted it, just uninstalled and reinstalled the Speckle manager its working perfect

3 Likes