随笔 - 0, 文章 - 264, 评论 - 170, 引用 - 0
数据加载中……

paddlepaddle环境安装与过程出错处理

1、进入paddlepaddle官网,入口:http://www.paddlepaddle.org/;
2、参照5分钟快速入门,安装paddlepadle环境,本机环境Linux CentOS7,命令如下 :
pip install paddlepaddle
3、正常情况下,会圆满安装完毕,参照如下成功的提示:
Successfully installed cycler-0.10.0 kiwisolver-1.0.1 matplotlib-2.2.0 paddlepaddle-0.11.0 protobuf-3.1.0 python-dateutil-2.6.1 pytz-2018.3 rarfile-3.0 recordio-0.1.5 requests-2.9.2 subprocess32-3.2.7
4、但限于我本机的环境,安装过程中共出现过两次错误:
     错误1:gcc未安装,错误提示如下:
unable to execute gcc: No such file or directory  
error: command 'gcc' failed with exit status 1
     解决方法:
yum -y install gcc.x86_64     
     错误2:Python.h未找着,错误提示如下:
 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c _posixsubprocess.c -o build/temp.linux-x86_64-2.7/_posixsubprocess.o
    _posixsubprocess.c:3:20: fatal error: Python.h: No such file or directory
     #include "Python.h"
                        ^
    compilation terminated.
    error: command 'gcc' failed with exit status 1
     解决方法:安装一个对应的devel环境即可:
yum  -y install python-devel
5、成功安装完成paddlepaddle环境,并成功运行paddlepaddle房价预测的示例。

posted on 2018-03-11 20:17 小一败涂地 阅读(1564) 评论(0)  编辑  收藏 所属分类: AI


只有注册用户登录后才能发表评论。


网站导航: