Closed
Description
When installing with python setup.py develop
installation will fail unless submodule exists.
PyTorch warns users about this: https://github.com/pytorch/pytorch/blob/bd1f5d1c32fad1d33f9716bc0e7b3924c62e65c1/setup.py#L377-L443
I'd suggest we introduce the same code here.