Starting with a vanilla Lucid install , install pip and upgrade to the latest version:

apt-get install python-pip
pip install -U pip

  

Next, install the required development packages:

apt-get install python-dev libmysqlclient-dev

 

then

/usr/local/bin/pip install MySQL-python

 

should complete successfully.

相关文章:

  • 2022-02-28
  • 2021-06-09
  • 2021-06-18
  • 2021-11-20
  • 2022-12-23
  • 2021-04-22
  • 2022-12-23
  • 2022-01-26
猜你喜欢
  • 2021-06-19
  • 2021-05-31
  • 2022-01-28
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案