Install TorchText using Conda

Is it possible to install torchtext using conda on a linux machine?

I’m having major issues installing SpaCy on a remote machine given that it tries to use root permissions for some tasks. To fix this I installed Spacy and Torch using conda however I also require torchtext which does not seem to have a conda package.

I’m using spacy as the tokenizer in torchtext.

Is there a solution for this?

I am presently trying to do the same. I only way I found was this -

conda install -c derickl torchtext

I am hoping that this channel is maintained and the package we get is updated.