diff --git a/docs/faq/source_en/installation.md b/docs/faq/source_en/installation.md index 24c5b09dd209b8852a8d80906e2d8fa751de0997..b1825b508e64c9a1942e30bca3136f5f7f927a80 100644 --- a/docs/faq/source_en/installation.md +++ b/docs/faq/source_en/installation.md @@ -58,6 +58,14 @@ use `python3.7 -m pip install` instead of `pip install` command. A: You can download whl package from the official [MindSpore Website download page](https://www.mindspore.cn/versions) and manually install it via `pip install`. +
+ +**Q: When installing Mindspore, there is a conflict of dependent components. What should I do if the opencv-python package conflict is prompted?** + +A: Please check whether there is an older version of Minddata package locally, and delete if there is one. + +
+ ## Source Code Compilation Installation **Q: A cross compiler has been installed on Linux, but how do I write compilation commands?** diff --git a/docs/faq/source_zh_cn/installation.md b/docs/faq/source_zh_cn/installation.md index 16bd43f42f12581dbfb2dce732a6eba113495aa7..e59c9ca6c44814b9e66ab291a6b452c59edecc7f 100644 --- a/docs/faq/source_zh_cn/installation.md +++ b/docs/faq/source_zh_cn/installation.md @@ -79,6 +79,12 @@ A:目前MindSpore支持的情况是GPU+Linux与CPU+Windows的组合配置,Wi
+**Q:安装Mindspore时,出现依赖的组件冲突,如果提示opencv-python包冲突怎么办?** + +A:请查看本地是否有较老版本的Minddata包,如果有的话请删除。 + +
+ ## 源码编译安装 **Q:在Linux中已经安装了交叉编译工具,但是编译命令要怎么写呢?**