[Build] #658
Unanswered
EricKong1985
asked this question in
Build issue
[Build]
#658
Replies: 1 comment
-
Your environment is tooooo old. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What OS and which version do you use?
[root@yisu-64de4a1ae2a3e ~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7
How did you installed mysql client library?
pip3 install mysqlclient
Output from
pkg-config --cflags --libs mysqlclient
Package mysqlclient was not found in the pkg-config search path.
Perhaps you should add the directory containing `mysqlclient.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mysqlclient' found
[root@yisu-64de4a1ae2a3e ~]# sudo yum install mysql-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Package 1:mariadb-devel-5.5.68-1.el7.x86_64 already installed and latest version
Nothing to do
How did you tried to install mysqlclient?
pip install mysqlclien
Output of building mysqlclient
Beta Was this translation helpful? Give feedback.
All reactions