在build  Symphony 的CentOS image的时候,需要安装Murano-agent,

git clone 下来Murano-agent的包以后,先执行以下命令安装依赖


pip install -r requirement.txt


这个时候出现了这个错误:

In file included from greenlet.c:5:0:
greenlet.h:8:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1`

这是因为没有安装Python development 需要的headers导致的


可以做如下处理

yum install python-devel

yum install libevent-devel



就可以解决这个问题了

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐