Dependency Conflict
#1
by
Python2231
- opened
"pip install omnilingual-asr" downgraded PyTorch to version 2.8.0. However, it failed to downgrade Torchvision. The log says:
"torchvision 0.24.0+cu126 requires torch==2.9.0, but you have torch 2.8.0 which is incompatible."
Fixed with "pip uninstall -y torchvision" "pip install torchvision==0.23.0".
Sharing this with anyone else who might be facing a similar problem.