Installing torchaudio makes cuda unusable

Installing torchaudio makes cuda unusable

I found a similar question, but it didn’t work because my environment is not LINAX

tried

conda install sox libsox-dev libsox-fmt-all
pip install git+git://github.com/pytorch/audio

result
ERROR: Command errored out with exit status 1: ‘C:\Users\PC_User\Anaconda3\envs\testflan22a08m14d\python.exe’ ‘C:\Users\PC_User\Anaconda3\envs\testflan22a08m14d\lib\site-packages\pip\ _vendor\pep517_in_process.py’ get_requires_for_build_wheel ‘C:\Users\PC_User\AppData\Local\Temp\tmpp4f2vitk’ Check the logs for full command output.

I also tried to download it and put it in, but it doesn’t work

Users\PC_User>git clone -q git://github.com/pytorch/audio
 Users\PC_User>pip install audio

result
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

my environment
anaconda
os win10
python 3.7
pytorch 1.5.0 py3.7_cuda101_cudnn7_0 pytorch

Your PyTorch binary is quite old (1.5.0 with the CUDA 10.1 runtime) so I would recommend to try to use the latest PyTorch release since you are trying to also install the latest torchaudio build.