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 源。