-
Notifications
You must be signed in to change notification settings - Fork 133
Compile_CN
LIN edited this page Dec 7, 2023
·
2 revisions
环境需要有python2和python3两个版本,本文使用anaconda进行python环境的管理
# 切换python2环境后执行
pip install -r requirements.txt
# 切换python3环境后执行
pip install -r requirements3.txt
# 切换python2环境后执行
sh rpm/build.sh executer
# 切换python3环境后执行
sh rpm/build.sh rpm_obd
- 遇到 _mysql.c:44:23: fatal error: my_config.h: No such file or directory
yum install mysql-devel
- 遇到 backports/lzma/_lzmamodule.c:115:18: fatal error: lzma.h: No such file or directory
yum install xz-devel