ubantu 14.04.5安装pymysql时报错: Cleaning up... r'Command python setup.pyegg_info failed with error code 1 in /tmp/pip_build_root/cryptography Storing debug log for failure in /root/.pip/pip.log 个人解决方案: apt-get install py
ubantu 14.04.5安装pymysql时报错:
Cleaning up...r'Command python setup.pyegg_info failed with error code 1 in /tmp/pip_build_root/cryptography
Storing debug log for failure in /root/.pip/pip.log
个人解决方案:
apt-get install python-mysqldb
pip install mysql-python
pip install pymysql
apt-get install build-essential python-dev libmysqlclient-dev
pip install mysqlclient
以上一条条执行 祝你好运