Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用以下命令安装 torchvision
pip install torchvision
我在命令行工具中收到以下错误。如果有人可以提出建议,那就太好了。我找不到问题出在哪里!
请创建一个单独的conda环境conda create --name myenv
conda create --name myenv
激活此环境activate myenvconda 并在其中安装 pytorch。
activate myenv
pytorch文档为您提供了正确的设置命令
此外,您还可以通过which python.
which python