Torch 2.0.0 is not compatible with anything I want to install

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'
1 Like