ERROR: torch has an invalid wheel, .dist-info directory not found

Toma·2022년 2월 9일

If you do not need a CUDA installation
pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

If you fo need a CUDA installation
pip install torch===1.7.0 torchvision===0.8.1 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

More details about the CUDA version on the official website

profile
Don't forget the grace

0개의 댓글