We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing with python setup.py develop installation will fail unless submodule exists.
python setup.py develop
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.
The text was updated successfully, but these errors were encountered:
@alexsamardzic do you mind taking a look at this?
Sorry, something went wrong.
Sure, PR is here: #1536.
#1536 merged, so closing the issue.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: