Код: Выделить всё
torch==1.10.0+cpu
torchaudio==0.10.0
torchvision==0.11.0
pyannote-audio==0.0.1
lightning==2.3.3
numpy
scipy
pandas
soundfile
matplotlib
Код: Выделить всё
ERROR: Cannot install -r requirements.txt (line 6), -r requirements.txt (line 7) and torch==1.10.0 because these package versions have conflicting dependencies.
Код: Выделить всё
The user requested torch==1.10.0
torchaudio 0.10.0 depends on torch==1.10.0
torchvision 0.11.0 depends on torch==1.10.0+cpu
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
Моя текущая версия Python — 3.8.
Подробнее здесь: https://stackoverflow.com/questions/793 ... 0-10-0-and