I\'m running Ubuntu 17.04 (fresh install) and already installed pip. However, when I try to install anything I get this:
Command \"python setup.py egg_inf
I've had the same error, I used the following code to get out of this error: (I was working on centOS 7)
1) sudo yum install MySQL-devel
2) sudo yum install openssl - devel
3) sudo yum install python-devel
I hope this works for you.