How to fix _mysql.c:44:23: fatal error: my_config.h: No such file or directory

preview_player
Показать описание
_mysql.c:44:23: fatal error: my_config.h: No such file or directory
#include "my_config.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
$ yum install gcc
$ yum install python-devel
$ yum install mysql-devel

Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials

If you enjoy these videos and would like to support my channel, I would greatly appreciate any assistance.

Thanks
Рекомендации по теме
Комментарии
Автор

How to use pip install for python to fix this error?

guoyuhuang