pytorch/tnt

Suggestion: Installation by conda install command

henrych4 opened this issue · 5 comments

Thanks for creating the module. However, it seems that we cannot install it in conda environment. Will it be supported later? Thank you.

what do you mean? you can install it with:

pip install git+https://github.com/pytorch/tnt

It will be more convenient for those without permission. conda install does not require permission while pip install does.

pip install in a conda environment does not require permission

@henrych4 you can try pip install --user git+https://github.com/pytorch/tnt

Thanks, I am able to use it now.