在Centos系统中安装

pip install MySQL-python 提示:

 

_mysql.c:29:20: error: Python.h: No such file or directory
_mysql.c:40:26: error: structmember.h: No such file or directory

解决方法:
yum install python-devel

#yum install mysql-devel.x86_64

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

相关文章:

  • 2022-12-23
  • 2022-02-10
  • 2022-02-10
  • 2021-11-30
  • 2021-10-26
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
相关资源
相似解决方案