Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
052b360e
D
docs
项目概览
MindSpore
/
docs
通知
5
Star
3
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
052b360e
编写于
8月 12, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
8月 12, 2020
浏览文件
操作
浏览文件
下载
差异文件
!638 Add faq of ssl error
Merge pull request !638 from zhoufeng/master
上级
f5adda5f
691c2b61
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
12 addition
and
0 deletion
+12
-0
resource/faq/FAQ_en.md
resource/faq/FAQ_en.md
+6
-0
resource/faq/FAQ_zh_cn.md
resource/faq/FAQ_zh_cn.md
+6
-0
未找到文件。
resource/faq/FAQ_en.md
浏览文件 @
052b360e
...
@@ -27,6 +27,12 @@ A: MindSpore utilizes many of the new features in Python3.7+,therefore we reco
...
@@ -27,6 +27,12 @@ A: MindSpore utilizes many of the new features in Python3.7+,therefore we reco
<br/>
<br/>
Q: What should I do when error
`SSL: CERTIFICATE_VERIFY_FAILED`
occurs during pip install?
A: Please append parameter
`--trusted-host=ms-release.obs.cn-north-4.myhuaweicloud.com`
after pip install command and try again.
<br/>
Q: What should I do when error prompts during pip install?
Q: What should I do when error prompts during pip install?
A: Please execute
`pip -V`
to check if pip is linked to Python3.7+. If not, we recommend you
A: Please execute
`pip -V`
to check if pip is linked to Python3.7+. If not, we recommend you
...
...
resource/faq/FAQ_zh_cn.md
浏览文件 @
052b360e
...
@@ -27,6 +27,12 @@ A:MindSpore开发过程中用到了Python3.7+的新特性,因此建议您通
...
@@ -27,6 +27,12 @@ A:MindSpore开发过程中用到了Python3.7+的新特性,因此建议您通
<br/>
<br/>
Q:使用pip安装时报错
`SSL: CERTIFICATE_VERIFY_FAILED`
,应该怎么办?
A:在pip安装命令后添加参数
`--trusted-host=ms-release.obs.cn-north-4.myhuaweicloud.com`
重试即可。
<br/>
Q:使用pip安装时提示错误,应该怎么办?
Q:使用pip安装时提示错误,应该怎么办?
A:请执行
`pip -V`
查看是否绑定了Python3.7+。如果绑定的版本不对,建议使用
`python3.7 -m pip install`
代替
`pip install`
命令。
A:请执行
`pip -V`
查看是否绑定了Python3.7+。如果绑定的版本不对,建议使用
`python3.7 -m pip install`
代替
`pip install`
命令。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录