facebookresearch / facebookresearch/fvcore
iopath dependency
Open
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
Seems this lib depends on iopath, but that dependency isn't properly listed. When I conda install fvcore it installs a couple of libs, but not iopath.
```
File ~/mambaforge-pypy3/envs/fastai_env/lib/python3.10/site-packages/fvcore/nn/jit_analysis.py:16
14 import torch
...
---> 12 from iopath.common.file_io import HTTPURLHandler, PathManager
13 from termcolor import colored
14 from torch.nn.parallel import DataParallel, DistributedDataParallel
```
Contributor guide
Assessment
This issue has not been assessed yet.