RockChinQ / qcg-installer

ChatGPT QQ 机器人的自动安装器,自动化部署,适用于QChatGPT项目: https://github.com/RockChinQ/QChatGPT
GNU Affero General Public License v3.0
355 stars 19 forks source link

[BUG] /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found #23

Closed Henry14all closed 1 year ago

Henry14all commented 1 year ago

运行环境

描述漏洞 When I try to run "sudo ./qcg-installer-linux-amd64",then it return a "GLIBC_2.3* not found".

完整报错信息

./qcg-installer-linux-amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./qcg-installer-linux-amd64)
./qcg-installer-linux-amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./qcg-installer-linux-amd64)
RockChinQ commented 1 year ago

python编译安装失败,缺少编译环境组件,建议手动部署

Henry14all commented 1 year ago

python编译安装失败,缺少编译环境组件,建议手动部署

我不是非常了解Python,所以我希望您能介绍一下为什么自动部署仍需要安装Python

image

RockChinQ commented 1 year ago

主程序依赖于Python环境运行,所以需要配置Python环境。你可以按照网上的Linux系统下Python环境安装教程自行配置Python以通过手动部署的方式使用此程序,手动部署的步骤见主程序文档

Henry14all commented 1 year ago

主程序依赖于Python环境运行,所以需要配置Python环境。你可以按照网上的Linux系统下Python环境安装教程自行配置Python以通过手动部署的方式使用此程序,手动部署的步骤见主程序文档

好的,谢谢你