To Enable the mysql extension related python need to run the below command
pip install mysqlclient
If you are trying to use mysqlclient on WINDOWS with this failure,
"_mysql.c(29) : fatal error C1083: Cannot open include file: 'my_config.h': N
such file or directory"
try to install the lower version instead:
pip install mysqlclient==1.3.4
No comments:
Post a Comment