为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:dm8
【操作系统】:linux
【CPU】: 8C 16G
【问题描述】*:
Linux环境上如何安装python的客户端插件?下面是我安照官网中配置后,安装的报错信息
需要设置 DM_HOME 环境变量,可以参考这篇文档
https://eco.dameng.com/docs/zh-cn/start/python-development.html#Linux-%E7%8E%AF%E5%A2%83%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85-dmPython
这里提示:
py_Dameng.h:8:20: fatal error: Python.h: No such file or directory
这是缺少了python-devel包,直接yum 解决:
[root@dm8 dmPython]# yum install python-devel