Could not find a version that satisfies the requirement torchvision==0.9.0
时间: 2023-10-17 21:29:34 浏览: 237
torchvision 0.9.0
To install torchvision version 0.9.0, you can use the following command:
```
pip install torchvision==0.9.0
```
Make sure you have pip installed and running on your system before executing this command. If you encounter any issues during installation, please let me know.
阅读全文