Can't Access Control Panel

Hello,
Today I’m going to update my vps
run this command yum update
the update was success full and i’m going to access my cyberpanel control panel and i got error. i think its a paython error. need help to solve this problem.

Have a look at this thread: Run multiple Python versions on system - Feature Request - CyberPanel Community

Thanks,
Solved After Trying This

`pip uninstall requests
pip uninstall urllib3
yum remove python-urllib3
yum remove python-requests


yum install python-urllib3
yum install python-requests

reboot`
```

Today i Update Cyberpanel. But I’m facing the same problem again…

Link: Removed

Please Help me solve the issue as early as possible.

rm -f upgrade.py; wget https://cyberpanel.net/upgrade.py; python upgrade.py

Thanks.
Successfully Working Now :slight_smile: