### Python version:3.6.9 > use docker like this command: docker run -it --rm python:3.6.9 bash ### code: ``` >>> import MySQLdb >>> MySQLdb.escape_string("1") Segmentation fault (core dumped) ``` I want know why? and how to fix it.