bonsai-errors-common

Installation
SKILL.md

Bonsai Common Errors — Diagnostic & Recovery Guide

Version: Bonsai v0.8.x | Blender 4.2.0+ | Python 3.11 Module path: bonsai.* — NEVER blenderbim.* Dependencies: bonsai-core-architecture, bonsai-syntax-elements

Quick Reference — Error Decision Tree

Bonsai error encountered?
├── Python ImportError / ModuleNotFoundError?
│   ├── "No module named 'blenderbim'" → §1.1 (rename migration)
│   ├── "No module named 'bpy'" → §1.2 (wrong Python environment)
│   └── "No module named 'bonsai'" → §1.3 (addon not installed)
├── AttributeError / RuntimeError on IFC operation?
│   ├── "NoneType has no attribute 'by_type'" → §2.1 (no IFC file loaded)
│   ├── "No entity with id X" → §2.2 (stale entity reference)
Related skills
Installs
2
GitHub Stars
6
First Seen
Mar 17, 2026