解决:is not a supported wheel on this platform

解决:is not a supported wheel on this platform_第1张图片

 安装pytorch(CPU版)时,会报入上图的错误。。。经过几天的努力一直没解决。。

于是打算去https://download.pytorch.org/whl/torch_stable.html下载whl文件,此处有两个文件要下载一个是troch的whl文件另一个是trochvision的whl下文件,如:

解决:is not a supported wheel on this platform_第2张图片

 解决:is not a supported wheel on this platform_第3张图片

安装时候又又遇到了以下问题:

 我的电脑是64位的:

发现文件名要满足 ('cp27', 'cp27m', 'win32')OR('cp27', 'none', 'win32')才可以

所以...

将“torch-1.0.1-cp36-cp36m-win_amd64”改为“torch-1.0.1-cp36-cp36m-win32”

 然后!

解决:is not a supported wheel on this platform_第4张图片

Successfully!!!

你可能感兴趣的:(pytorch,python,人工智能)