It may not be necessary if you do not use mysqlclient
.
#For the time being
yum update -y
# /usr/A python directory that you want to execute under include can be created
#Example:/usr/include/python3.7
yum install -y python3-devel
# /lib64/mysql/libmysqlclient.so.18 enters
yum install -y gcc mysql-devel mysql-libs
Recommended Posts