when running uwsgi i get the following message:
!!! no internal routing support, rebuild with pcre support !!!
I already have installed pcr
For those who want to fix this on amazon linux 2 or any red hat family distros
amazon linux 2
First, Uninstall the uwsgi package
uwsgi
pip uninstall uwsgi
Then, Install pcre and pcre-devel
pcre
pcre-devel
yum install pcre pcre-devel
Then, Reinstall the uwsgi package
pip install uwsgi