Keep getting cannot import name 'multi30k' from 'torchtext.datasets' when trying to run the transformers tutorial example

I’m trying to run the tutorial in here: Language Translation with nn.Transformer and torchtext — PyTorch Tutorials 1.12.1+cu102 documentation but I keep getting the error

“cannot import name ‘multi30k’ from ‘torchtext.datasets’ (/opt/anaconda3/envs/arm/lib/python3.9/site-packages/torchtext/datasets/init.py)”

Not sure if it’s a mistake in the code or what.