在win11上安装mindspore,提示“ERROR: mindspore-2.2.14-cp39-cp39-win_amd64.whl is not a supported wheel on this platform”,需要怎么解决
收藏回复举报
在win11上安装mindspore,提示“ERROR: mindspore-2.2.14-cp39-cp39-win_amd64.whl is not a supported wheel on this platform”,需要怎么解决
t('forum.solved') 已解决
新人帖
发表于2024-06-13 15:39:12
0 查看

1、安装如下指导安装:

cke_612.png

2、执行命令后出现错误:

pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.2.14/MindSpore/cpu/x86_64/mindspore-2.2.14-cp37-cp37m-win_amd64.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple 

Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple 

ERROR: mindspore-2.2.14-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

3、python版本:

python --version 

Python 3.7.5rc1

4、OS版本:

>wmic os get osarchitecture 

OSArchitecture 

64 位

5、OS信息:

cke_7874.png

我要发帖子