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
Solution 1:
The Ubuntu 14.04 libmariadbclient-dev with the latest python-MySQL (1.2.5) seems to be completely broken. I connected to the MariaDB maintained repos and pulled the latest version to get past this compile error.
Post a Comment for "Pip Install MySQL-python Fails On Ubuntu 14.04, Error: Command 'x86_64-linux-gnu-gcc' Failed With Exit Status 1"