内容简介:本文链接:https://www.92ez.com/?action=show&id=23485提示:技术文章有一定的时效性,请先确认是否适用你当前的系统环境。
报错
sudo -H pip3 install -U mysqlclient -i https://mirrors.aliyun.com/pypi/simple/ Looking in indexes: https://mirrors.aliyun.com/pypi/simple/ Collecting mysqlclient Using cached https://mirrors.aliyun.com/pypi/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz Complete output from command python setup.py egg_info: /bin/sh: 1: mysql_config: not found Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-7ewd4e88/mysqlclient/setup.py", line 16, in <module> metadata, options = get_config() File "/tmp/pip-install-7ewd4e88/mysqlclient/setup_posix.py", line 51, in get_config libs = mysql_config("libs") File "/tmp/pip-install-7ewd4e88/mysqlclient/setup_posix.py", line 29, in mysql_config raise EnvironmentError("%s not found" % (_mysql_config_path,)) OSError: mysql_config not found ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-7ewd4e88/mysqlclient/
解决
sudo apt install libmysqlclient-dev sudo -H pip3 install -U mysqlclient -i https://mirrors.aliyun.com/pypi/simple/
本文链接:https://www.92ez.com/?action=show&id=23485
!!! 转载请先联系non3gov@gmail.com授权并在显著位置注明作者和原文链接 !!!小黑屋
提示:技术文章有一定的时效性,请先确认是否适用你当前的系统环境。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 安装MySQL 8.0 遇到的问题及解决
- Python安装模块的常见问题及解决方法
- convirt2.5安装及报错解决
- golang安装遇到问题和解决,初始化beego项目
- 解决 Android Q 下应用内安装 Apk 的问题
- Freebsd10.2安装包升级pkg引起环境破坏的解决
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
MySQL必知必会
[英] Ben Forta / 刘晓霞、钟鸣 / 人民邮电出版社 / 2009-1 / 39.00元
《MySQL必知必会》MySQL是世界上最受欢迎的数据库管理系统之一。书中从介绍简单的数据检索开始,逐步深入一些复杂的内容,包括联结的使用、子查询、正则表达式和基于全文本的搜索、存储过程、游标、触发器、表约束,等等。通过重点突出的章节,条理清晰、系统而扼要地讲述了读者应该掌握的知识,使他们不经意间立刻功力大增。一起来看看 《MySQL必知必会》 这本书的介绍吧!