碰到 command 'gcc' failed with exit status 1
sudo apt-get install python-dev
找不到mysql_config
sudo apt-get install libmysqlclient-dev

修改setup_posix.py中的
mysql_config.path = "/usr/bin/mysql_config"


相关文章: