ImportError

I’ve face issue like this “cannot import name UnrewindableBodyError”
==> Screenshot by Lightshot
Any suggestion?

Thank you

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

Fixed it already,
@usmannasir

I have the same problem! Could you tell me the solution?
Thank you! Good Morning!

I have the same problem! Could you tell me the solution? Thank you! Good Morning!

Run these commands:

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

yum install python-urllib3
yum install python-requests
reboot

and then upgrade:

https://docs.cyberpanel.net/doku.php?id=upgrade

Perfect! My panel is back, now I can use it.
Thanks!!!