File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8484 ``` bash
8585 python -m pip install paddle-rec
8686 ```
87- > 该方法会默认下载安装` paddlepaddle v1.7.2 cpu版本 ` ,若无法正常下载 :
88- > - 可以在[ 该地址] ( https://pypi.org/project/paddlepaddle/1.7.2/#files ) ,下载PaddlePaddle后手动安装whl包
89- > - 可以pip安装PaddlePaddle ,` python -m pip install paddlepaddle==1.7.2 -i https://mirror.baidu.com/pypi/simple `
90- > - 其他安装问题可以在[ Paddle Issue] ( https://github.com/PaddlePaddle/Paddle/issues ) 或[ PaddleRec Issue] ( https://github.com/PaddlePaddle/PaddleRec/issues ) 提出,会有工程师及时解答
87+ > 该方法会默认下载安装` paddlepaddle v1.7.2 cpu版本 ` ,若提示PaddlePaddle无法安装按下面操作 :
88+ > - 可以在[ 该地址] ( https://pypi.org/project/paddlepaddle/1.7.2/#files ) ,下载PaddlePaddle后手动安装whl包
89+ > - 可以先pip安装PaddlePaddle ,` python -m pip install paddlepaddle==1.7.2 -i https://mirror.baidu.com/pypi/simple `
90+ > - 其他安装问题可以在[ Paddle Issue] ( https://github.com/PaddlePaddle/Paddle/issues ) 或[ PaddleRec Issue] ( https://github.com/PaddlePaddle/PaddleRec/issues ) 提出,会有工程师及时解答
9191
9292- 安装方法二
9393
You can’t perform that action at this time.
0 commit comments