Open
Description
Use the Below command to solve the error
pip install --upgrade pip
pip install torchvision
pip install torchvision==0.21.0
pip install torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cpu
pip install torch==2.2.0 torchvision==0.17.0 --index-url https://download.pytorch.org/whl/cpu
pip install --upgrade torch torchvision
pip install torchvision==0.15.2
pip install git+https://github.com/facebookresearch/pytorchvideo
These commands show attempts to:
- Upgrade pip.
- Install the latest torchvision.
- Install specific versions of torchvision (0.21.0, 0.17.0, and 0.15.2).
- Install torchvision with a specified index URL for CPU.
- Install PyTorch and torchvision together with a specified index URL for CPU.
- Install PyTorchVideo from GitHub.
Originally posted by @SINGHBP29 in #602
Metadata
Metadata
Assignees
Labels
No labels