Pagoda panel installation failure prompt "ModulaNotFoundError: No module named 'gevent'" troubleshooting and solutions

Recently, a customer reported that when installing the pagoda panel, they received a message saying 'ModulaNotFoundError: No module named' gevent '' indicating installation failure. We can see these error messages here:

Recently, a customer reported that when installing the pagoda panel, they received a message saying 'ModulaNotFoundError: No module named' gevent '' indicating installation failure. We can see these error messages here.

How can we solve these problems if we encounter them?
1. Check the mirror system
The compatibility of the Baota panel with the CENTOS system is relatively good. It is recommended to choose the CENTOS7+system instead of the CENTOS8 or CENTOS6 system. If we are a different system image, it is recommended to replace the image and choose again.
2. Update the latest source files
Here, after logging into SSH on the server, we execute:
yum update -y
Select CodeCopy
If there are no errors in the upgrade source, it doesn't matter. If there are errors, we need to replace the source.
3. Replace DNS
If it is still difficult to install, we can replace the DNS. For example, our domestic recommendation is to install 114 DNS, and if we are abroad, we can install 8.8.8.8.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What types of websites are suitable for. ORG domain names ORG domain name suitable for scope sharing

If we are webmasters who built websites in the early days, we should know that COM, NET, and ORG...

Linux adds Swap partition to solve memory shortage problem

preparationFirstly, check if your system already has a Swap partition:swapon -sorfree -mIf no...

Can websites not use SSL certificates? There may be issues with websites not installing SSL certificates

Website security certificate, also known as website SSL certificate. Nowadays, we see many...

Nginx configuration using SSL certificate method

The difference between free certificates and paid certificatesFirstly, free SSL certificates come...

Several of the most common encryption and decryption methods

Encryption and decryption are the most commonly used data conversion methods in communication....