安装mindspore时403错误
收藏回复举报
安装mindspore时403错误
t('forum.solved') 已解决
新人帖
发表于2023-05-18 14:44:35
0 查看

win11安装ubuntu18.04.6虚拟机,用如下自动脚本安装mindspore时报错,错误为

wget https://gitee.com/mindspore/mindspore/raw/r2.0/scripts/install/euleros-ascend-pip.sh
# 安装MindSpore 2.0.0rc1和Python 3.7
# 默认LOCAL_ASCEND路径为/usr/local/Ascend
MINDSPORE_VERSION=2.0.0rc1 bash -i ./euleros-ascend-pip.sh
# 如需指定Python和MindSpore版本,以Python 3.9和MindSpore 1.6.0为例
# 且指定LOCAL_ASCEND路径为/home/xxx/Ascend,使用以下方式
# LOCAL_ASCEND=/home/xxx/Ascend PYTHON_VERSION=3.9 MINDSPORE_VERSION=1.6.0 bash -i ./euleros-ascend-pip.sh

ERROR: HTTP error 403 while getting https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0rc1/MindSpore/cpu/x86_64/mindspore-2.0.0rc1-cp37-cp37m-linux_x86_64.whl 

ERROR: Could not install requirement mindspore==2.0.0rc1 from https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0rc1/MindSpore/cpu/x86_64/mindspore-2.0.0rc1-cp37-cp37m-linux_x86_64.whl because of HTTP error 403 Client Error: Forbidden for url: https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0rc1/MindSpore/cpu/x86_64/mindspore-2.0.0rc1-cp37-cp37m-linux_x86_64.whl for URL https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.0.0rc1/MindSpore/cpu/x86_64/mindspore-2.0.0rc1-cp37-cp37m-linux_x86_64.whl 

我要发帖子