OpenDriveLab / ViDAR

[CVPR 2024 Highlight] Visual Point Cloud Forecasting
https://arxiv.org/abs/2312.17655
Apache License 2.0
266 stars 17 forks source link

Get 'wheel torch'error when run 'pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html' command #9

Closed brodermind closed 7 months ago

brodermind commented 7 months ago

As title said, when i run pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html command, I get the following error: ERROR: Wheel 'torch' located at /tmp/pip-unpack-n66hmakw/torch-1.10.1+cu111-cp38-cp38-linux_x86_64.whl is invalid. I have tried pip cache purge and run the command again, but still get the same error. How can i fixed the problem ?

JianyyuWang commented 7 months ago

I did not have this problem according to the download method in config. You can refer to the pytorch official website (https://pytorch.org/get-started/previous-versions/).

tomztyang commented 7 months ago

I will close it for now. Feel free to re-open it for more questions!