You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used conda to install pytorch in a new environment , it can not install the latest torchvision version 0.10.0, only version 0.2.2 can be installed.
I find some similar issues already closed, but I still don't know how to install latest version
To Reproduce
Steps to reproduce the behavior:
command from official website,
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
Expected behavior
install the latest version
Environment
PyTorch / torchvision Version (e.g., 1.0 / 0.4.0):1.9.0
OS (e.g., Linux):windows10
How you installed PyTorch / torchvision (conda, pip, source):conda
Build command you used (if compiling from source):
Python version:3.9
CUDA/cuDNN version:11.1
Additional context
The text was updated successfully, but these errors were encountered:
🐛 Bug
I used conda to install pytorch in a new environment , it can not install the latest torchvision version 0.10.0, only version 0.2.2 can be installed.
I find some similar issues already closed, but I still don't know how to install latest version
To Reproduce
Steps to reproduce the behavior:
command from official website,
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
Expected behavior
install the latest version
Environment
conda
,pip
, source):condaAdditional context
The text was updated successfully, but these errors were encountered: