Dz
DzMehedi
#1
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` ```
rm -f upgrade.py; wget https://cyberpanel.net/upgrade.py; python upgrade.py
Thanks.
Successfully Working Now 