facebookresearch / vissl

VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
https://vissl.ai
MIT License
3.25k stars 331 forks source link

Fix doc build dependency issue #461

Closed iseessel closed 2 years ago

iseessel commented 2 years ago

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. Also fairscale instillation takes forever, as it tries to download all the versions. See https://readthedocs.org/projects/vissl/builds/15085989/.

We shouldn't need fairscale (among others) as dependencies to build the docs.

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

facebook-github-bot commented 2 years ago

@iseessel has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

facebook-github-bot commented 2 years ago

@iseessel merged this pull request in facebookresearch/vissl@8901487a5641b61e5a80495a3977f422c330d3c2.