Are you still running into the issue?
I just tried to install torchtext
in the latest version and I get 0.15.1
as seen here:
>>> import torch
>>> import torchtext
>>> torch.__version__
'2.0.0+cu118'
>>> torchtext.__version__
'0.15.1+cpu'
Are you still running into the issue?
I just tried to install torchtext
in the latest version and I get 0.15.1
as seen here:
>>> import torch
>>> import torchtext
>>> torch.__version__
'2.0.0+cu118'
>>> torchtext.__version__
'0.15.1+cpu'