error: Python.h: No such file or directory

ubuntu18.04或者ubuntu20.04 安装mysqlclient时报错

MySQLdb/_mysql.c:46:10: fatal error: Python.h: No such file or directory
         46 | #include "Python.h"
            |          ^~~~~~~~~~
      compilation terminated.
      error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
      [end of output]

解决方法

1 Install python-dev
sudo apt-get install python-dev
sudo apt-get install python3-dev

如果不行下一步

2 安装libpython3.10-dev
sudo apt install libpython3.10-dev

注意:需要根据已经安装的python版本安装,如python3.8,则运行

sudo apt install libpython3.8-dev

如果不行下一步

3 全部解决方案

[FIXED] fatal error: Python.h: No such file or directory (opengenus.org)

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容