You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sidemantic's browser/WASM path is a no-dependency wheel install. Install the Pyodide-compatible runtime packages first, then install the Sidemantic wheel with dependency resolution disabled:
This is intentional. The published Python package includes CLI/database dependencies that are not part of the Pyodide runtime contract. The supported Pyodide import surface is the core semantic model API, for example:
14
+
15
+
```python
16
+
from sidemantic import Model, Dimension, Metric, Relationship
17
+
from sidemantic.core.semantic_graph import SemanticGraph
18
+
```
19
+
20
+
Optional server, workbench, chart, and database execution paths are not Pyodide targets.
0 commit comments