when running uwsgi i get the following message:
!!! no internal routing support, rebuild with pcre support !!!
I already have installed pcr
pip uninstall uwsgi sudo apt-get install libpcre3 libpcre3-dev pip install uwsgi
I solved it with the above commands.