fresh install error

Hi,

On a fresh install, centos7 on Vultr VPS, install script stops with the following error:
Traceback (most recent call last):
File “install.py”, line 2391, in
main()
File “install.py”, line 2310, in main
import installCyberPanel
File “/root/cyberpanel/install/installCyberPanel.py”, line 8, in
import MySQLdb as mariadb
ModuleNotFoundError: No module named ‘MySQLdb’
Oops, something went wrong…

Any help? I don’t think that is something on my side, 2 days ago i install Cyberpanel ENT and there were no problems.

I have the same problem. I’m trying to install on a fresh centos7 dedicated server in OVH.
Traceback (most recent call last):
File “install.py”, line 2391, in
main()
File “install.py”, line 2310, in main
import installCyberPanel
File “/tmp/cyberpanel/install/installCyberPanel.py”, line 8, in
import MySQLdb as mariadb
ModuleNotFoundError: No module named ‘MySQLdb’

Me too, same problem.

Problem solved after run this command ‘pip install mysql-python’, ‘pip install mysqlclient’, ‘yum install MySQL-python’, but after that I got another error.
“[ERROR] We are not able to run rpm -ivh https://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm return code: 1. Fatal error, see /var/log/installLogs.txt for full details.”

Me too, fresh install on vultr. Tried both centos 7 and 8.