You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Summary:
Getting error:
```
The conflict is caused by:
The user requested termcolor
fvcore 0.1.5.post20211023 depends on termcolor>=1.1
The user requested termcolor
fvcore 0.1.5.post20211019 depends on termcolor>=1.1
The user requested termcolor
```
When trying to build the docs. It seems related to the fairscale dependency. The Fairscale instillation takes forever, as it attempts to install every version. See https://readthedocs.org/projects/vissl/builds/15085989/.
We shouldn't need fairscale (among others) as dependencies to build the docs. See for ex. fairseq's docs/requirements.txt https://github.com/pytorch/fairseq/blob/main/docs/requirements.txt.
Testing:
Run build steps: https://readthedocs.org/projects/vissl/builds/15085989/ locally. (able to reproduce error).
Follow readme to build docs and look at them locally: https://github.com/facebookresearch/vissl/tree/main/docs
Pull Request resolved: #461
Reviewed By: prigoyal
Differential Revision: D31898664
Pulled By: iseessel
fbshipit-source-id: f9212bcbf010e270f3abf2c8dda4dd25a7af633c
0 commit comments