new server install 1.5.1 Error

centos 7.4 x64
install 1.5.1 error

install log

raise ImportError("No module named '%s'" % (name,)) ImportError: No module named 'requests.packages.urllib3'

Hello

pip uninstall requests
pip install requests==2.2.1

cd /usr/local/CyberCP
python manage.py makemigrations
python manage.py migrate
systemctl restart gunicorn.socket

Let us know if this solved your issue.

Thanks

install ok.
Thanks