在Windows 10上安装Pytorch [英] Installing Pytorch on Windows 10

查看:208
本文介绍了在Windows 10上安装Pytorch的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用以下命令在具有Python 3.6的Windows 10 anaconda环境上安装Pytorch:

I am trying to install Pytorch on Windows 10 anaconda environment with Python 3.6 using the following command:

conda install -c peterjc123 pytorch 

但是会出现以下错误:

UnsatisfiableError:发现以下规范存在冲突: -curl-> krb5 = 1.14-> * [track_features = vc14] -curl-> libssh2 = 1.8-> vc == 14 -火炬 使用"conda信息"查看每个软件包的依赖关系.

UnsatisfiableError: The following specifications were found to be in conflict: - curl -> krb5=1.14 -> *[track_features=vc14] - curl -> libssh2=1.8 -> vc==14 - pytorch Use "conda info " to see the dependencies for each package.

新的12月更新代码也是如此

The same goes for the new updated December code

conda install -c peterjc123 pytorch cuda80

有没有一种方法可以帮助我在Windows上安装Pytorch?

Is there a way which will help me install Pytorch on Windows ?

推荐答案

我通过同时加载pytorch的tar.bz2文件解决了该问题

I solved the issue by side loading the pytorch's tar.bz2 file

这篇关于在Windows 10上安装Pytorch的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆