I am getting errors when I try to install uwsgi in my virtual environment in my Centos VPS. Ultimately, I cannot install uwsgi.
I am using :
pip ins
On CentOS 6.4 I had to install dev tools first:
yum groupinstall "Development Tools"
Try to install the following packages before installing uwsgi:
sudo apt-get -y install build-essential python-dev zlib1g-dev libssl-dev