#252·sam3

Missing modules after installation

Author: bpavieCreated Nov 28, 2025Updated Aug 11, 2026

After installing SAM3 following the instruction and try to run one of jupyter notebook, a lot of modules are missing.

On windows, here is what I had to install :

bash
pip install einops
pip install triton-windows
pip install decord
pip install pycocotools

Note that for linux you can use the pip install triton directly

Best, Benjamin