Hi, I have downloaded the latest BlenderBIM Add-on, full of excitement until I get the following when I try to tick the enable box...
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\addon_utils.py", line 333, in enable
mod = __import__(module_name)
File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim__init__.py", line 40, in <module>
import blenderbim.bim
File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim__init__.py", line 82, in <module>
modules[name] = importlib.import_module(f"blenderbim.bim.module.{name}")
File "C:\Program Files\Blender Foundation\Blender 3.5\3.5\python\lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\module\model__init__.py", line 20, in <module>
from . import (
File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\module\model\space.py", line 29, in <module>
from shapely import Polygon
ImportError: cannot import name 'Polygon' from 'shapely' (C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\modules\shapely__init__.py)
Am I supposed to install 'shapely' or should it have already been installed?
My apologies I get lost with this stuff so please help on a Noob level :)