Available on PyPI:
pip install semantica and you’re ready.Python 3.8 or higher is required. Python 3.11+ is recommended.
System Requirements
Basic Installation
Verify
Virtual Environment (Recommended)
- venv
- conda
Optional Dependencies
Install only what you need:- GPU
- Visualization
- LLM Providers
- Cloud
Install from Source
For the latest development version or to contribute:Troubleshooting
ModuleNotFoundError: No module named 'semantica'
ModuleNotFoundError: No module named 'semantica'
Make sure you’re in the right virtual environment:
Installation fails with dependency errors
Installation fails with dependency errors
GPU dependencies fail to install
GPU dependencies fail to install
Install CPU-only first, then layer in GPU support:
Permission denied
Permission denied
Windows [all] install fails
Windows [all] install fails
Fixed in v0.5.0. Upgrade to the latest release:
Windows PyTorch DLL errors on startup
Windows PyTorch DLL errors on startup
Install the Microsoft Visual C++ Redistributable. This is a Windows system dependency, not a Semantica bug.
Next Steps
- Getting Started — Understand what Semantica does before you build.
- Build the Pipeline — Follow the end-to-end workflow with code.
- Browse Examples — See notebook examples organized by use case.
