When i try the command:
pip install torchaudio
i get this error:
ERROR: Could not find a version that satisfies the requirement torchaudio
ERROR: No matching distribution found for torchaudio
I use windows 10
You could try doing this:
pip install torchaudio -f https://download.pytorch.org/whl/torch_stable.html
Found on the github.