From ed21860fc4d8cc2f9796e465867ce0f008fad594 Mon Sep 17 00:00:00 2001 From: Kay123-bot <31877765553@qq.com> Date: Sun, 26 Apr 2026 11:04:29 +0800 Subject: [PATCH] Fix broken links in install_cn.md (issue #7735, task 56) --- docs/faq/install_cn.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/faq/install_cn.md b/docs/faq/install_cn.md index 42258a3afe1..96ea93386a6 100644 --- a/docs/faq/install_cn.md +++ b/docs/faq/install_cn.md @@ -53,7 +53,7 @@ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/conda/lib/ 1. https://pypi.tuna.tsinghua.edu.cn/simple 2. https://mirrors.aliyun.com/pypi/simple/ -3. https://pypi.douban.com/simple/ +3. https://pypi.mirrors.ustc.edu.cn/simple/ ------ @@ -83,8 +83,6 @@ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/conda/lib/ `ERROR: No matching distribution found for paddlepaddle` -图片 - + 报错分析: Python 版本不匹配导致。用户使用的是 32 位 Python,但是对应的 32 位 pip 没有 PaddlePaddle 源。