Error during the update process

Hi

I have a problem that is causing the stop of the update

I have Cyberpanel version 1.8.7 running on Centos 7.7.1908.

When i tried to update using the update guide i have two errors:

Stored in directory: /tmp/pip-ephem-wheel-cache-syt178xx/wheels/f6/d4/a9/0213fe11265107403c0779d785425682e8de0d9e1fe0b4b109
Building wheel for mysqlclient (setup.py) … error
ERROR: Command errored out with exit status 1:
command: /usr/local/CyberPanel/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-wjjkzhb8/mysqlclient/setup.py’"’"’; file=’"’"’/tmp/pip-install-wjjkzhb8/mysqlclient/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r
‘"’"’, ‘"’"’
‘"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ bdist_wheel -d /tmp/pip-wheel-scetc4su
cwd: /tmp/pip-install-wjjkzhb8/mysqlclient/
Complete output (30 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/init.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/exceptions.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/compat.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/connections.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/converters.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/cursors.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/release.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/times.py → build/lib.linux-x86_64-3.6/MySQLdb
creating build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/init.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/CLIENT.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/CR.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/ER.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/FIELD_TYPE.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/FLAG.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
running build_ext
building 'MySQLdb.mysql’ extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/MySQLdb
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Dversion_info=(1,4,6,‘final’,0) -D__version
=1.4.6 -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/python3.6m -c MySQLdb/_mysql.c -o build/temp.linux-x86_64-3.6/MySQLdb/_mysql.o
gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/MySQLdb/_mysql.o -L/usr/lib64/ -L/usr/lib64 -lmariadb -lpython3.6m -o build/lib.linux-x86_64-3.6/MySQLdb/_mysql.cpython-36m-x86_64-linux-gnu.so
/bin/ld: cannot find -lmariadb
collect2: error: ld returned 1 exit status
error: command ‘gcc’ failed with exit status 1

ERROR: Failed building wheel for mysqlclient

And second one:

Running setup.py install for mysqlclient ... error
ERROR: Command errored out with exit status 1:
 command: /usr/local/CyberPanel/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wjjkzhb8/mysqlclient/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wjjkzhb8/mysqlclient/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\\r\

‘"’"’, ‘"’"’
‘"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ install --record /tmp/pip-record-xnnmu2ff/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/CyberPanel/include/site/python3.6/mysqlclient
cwd: /tmp/pip-install-wjjkzhb8/mysqlclient/
Complete output (30 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/init.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/exceptions.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/compat.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/connections.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/converters.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/cursors.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/release.py → build/lib.linux-x86_64-3.6/MySQLdb
copying MySQLdb/times.py → build/lib.linux-x86_64-3.6/MySQLdb
creating build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/init.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/CLIENT.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/CR.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/ER.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/FIELD_TYPE.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
copying MySQLdb/constants/FLAG.py → build/lib.linux-x86_64-3.6/MySQLdb/constants
running build_ext
building 'MySQLdb.mysql’ extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/MySQLdb
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Dversion_info=(1,4,6,‘final’,0) -D__version
=1.4.6 -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include/python3.6m -c MySQLdb/_mysql.c -o build/temp.linux-x86_64-3.6/MySQLdb/_mysql.o
gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/MySQLdb/_mysql.o -L/usr/lib64/ -L/usr/lib64 -lmariadb -lpython3.6m -o build/lib.linux-x86_64-3.6/MySQLdb/_mysql.cpython-36m-x86_64-linux-gnu.so
/bin/ld: cannot find -lmariadb
collect2: error: ld returned 1 exit status
error: command ‘gcc’ failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/local/CyberPanel/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-wjjkzhb8/mysqlclient/setup.py’"’"’; file=’"’"’/tmp/pip-install-wjjkzhb8/mysqlclient/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r
‘"’"’, ‘"’"’
‘"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ install --record /tmp/pip-record-xnnmu2ff/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/CyberPanel/include/site/python3.6/mysqlclient Check the logs for full command output.

I already tried to use run a full yum update and yum clean all but same.

Im running all commands with root

Hi

I solved the issue with

yum install MariaDB-shared