Install uwsgi error by pip
The error message is as follows
The error message is as follows
Cleaning up... Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/mysql-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))"
You have to install python dev package
sudo apt-get install python2.7-dev
Comments
Post a Comment