pip install MySQL-python fails on ubuntu 14.04, error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
问题 I've read all the stack overflow / google recommendations of package lists to install and none of them seem to resolved this. Migrating an ubuntu 14.04 webserver from a US hosting provider to DigitalOcean in Europe, both are configured with the same Ansible playbook but there must be something pre-installed on the instance in the US as MySQL-python==1.2.5 installs fine there. apt-get build-essential python-dev python-pip libssl-dev libmariadbclient-dev pip install MySQL-python When I first