How can I install torchtext?
As stated in the PyTorch forum, simply do:
$ pip install https://github.com/pytorch/text/archive/master.zip
That should do it.
If not, as an alternative, try:
$ pip install torchtext
For more advanced options, dependencies, and customized installations see:
pypi.org/project/torchtext
Try
pip install torchtext
For more details on installation please read pytorch github