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 :
pip install einops
pip install triton-windows
pip install decord
pip install pycocotoolsNote that for linux you can use the pip install triton directly
Best, Benjamin
Source: facebookresearch/sam3