facebookresearch / facebookresearch/jepa
numpy import error
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 422
- PR merge metrics
- No merged PRs in 30d
Description
cannot run the v-jepa attentive probe checkpoint for my custom task, Seems to be some issue with the environment .

This error is a numpy import error. On further investigation i found that the environment that i am using "jepa" does not have it's numpy so python is looking for numpy in other conda env by name of "mmaction",which does have numpy installed but is failing to import above module.can someone please explain the issue and possibly any fix for the same.
PS: i cloned the repo and then installed ran 'pip install -r requirements.txt'
Contributor guide
Research direction
Start by activating the jepa conda environment and checking the dependencies installed by requirements.txt, then rerun the V-JEPA attentive probe checkpoint for the custom task. Done means the checkpoint runs without the reported NumPy import error and the environment uses a working NumPy installation; the issue provides no named source file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100