pip3 install mysqlclient 报错 问题:pip3 install mysqlclient 解决:sudo apt install libmysqlclient-dev 最后再次输入:pip3 install mysqlclient 安装即可 相关文章: