You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use metapackage for libmysqlclient-dev (PyMySQL#245)
libmysqliclient-dev package isn't available in Debian (Stretch) anymore.
It's better to use metapackage for installation because it is available
in Ubuntu and Debian.
*`sudo yum install python-devel mysql-devel` # Red Hat / CentOS
18
18
*`brew install mysql-connector-c` # macOS (Homebrew) (Currently, it has bug. See below)
19
19
20
-
On Windows, there are binary wheels you can install without MySQLConnector/C or MSVC.
20
+
On Windows, there are binary wheels you can install without MySQLConnector/C or MSVC.
21
21
22
22
#### Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command :
23
23
@@ -31,21 +31,21 @@ See also: https://bugs.mysql.com/bug.php?id=86971
31
31
32
32
Versions of MySQL Connector/C may have incorrect default configuration options that cause compilation errors when `mysqlclient-python` is installed. (As of November 2017, this is known to be true for homebrew's `mysql-connector-c` and [official package](https://dev.mysql.com/downloads/connector/c/))
33
33
34
-
Modification of `mysql_config` resolves these issues as follows.
34
+
Modification of `mysql_config` resolves these issues as follows.
0 commit comments